From e9024bdca5773ba5800bfa41c156cbe355359698 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 18 Mar 2020 20:30:24 -0400 Subject: [PATCH] Update 30-script-update.bash --- root/etc/cont-init.d/30-script-update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/30-script-update.bash b/root/etc/cont-init.d/30-script-update.bash index 1941640..516228c 100644 --- a/root/etc/cont-init.d/30-script-update.bash +++ b/root/etc/cont-init.d/30-script-update.bash @@ -3,7 +3,7 @@ # update from git if [[ "${UPDATE_EXT}" == "TRUE" ]]; then git -C ${SABSCRIPTS_PATH} reset --hard HEAD && \ - git -C ${SABSCRIPTS_PATH} pull origin master && \ + git -C ${SABSCRIPTS_PATH} pull origin master fi # update from git