From 7f27e67a9985b2d9dc0487a9c53250a6b70a585f Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 28 Jun 2020 14:56:31 +0200 Subject: [PATCH] add command patch --- home.admin/_commands.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 0279ce326..0e1d92fef 100644 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -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