add command patch

This commit is contained in:
rootzoll
2020-06-28 14:56:31 +02:00
parent 570c977bb8
commit 7f27e67a99

View File

@@ -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