mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-17 19:21:25 +02:00
add command patch
This commit is contained in:
@@ -41,6 +41,13 @@ function debug() {
|
||||
./XXdebugLogs.sh
|
||||
}
|
||||
|
||||
# command: patch
|
||||
# syncs script with latest set github and branch
|
||||
function patch() {
|
||||
cd /home/admin
|
||||
./XXsyncScripts.sh -run
|
||||
}
|
||||
|
||||
# command: restart
|
||||
function restart() {
|
||||
cd /home/admin
|
||||
|
Reference in New Issue
Block a user