From ae2d0b6be1a5d07930d4f42bb54ae3d34f04c817 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 18 Mar 2020 07:59:46 -0400 Subject: [PATCH] Update 30-script-update.bash --- root/etc/cont-init.d/30-script-update.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/cont-init.d/30-script-update.bash b/root/etc/cont-init.d/30-script-update.bash index ec19c12..08c8da6 100644 --- a/root/etc/cont-init.d/30-script-update.bash +++ b/root/etc/cont-init.d/30-script-update.bash @@ -4,6 +4,7 @@ if [[ "${UPDATE}" == "true" ]]; then git -C ${SABSCRIPTS_PATH} reset --hard HEAD && \ git -C ${SABSCRIPTS_PATH} pull origin master && \ + git -C ${SMA_PATH} reset --hard HEAD && \ git -C ${SMA_PATH} pull origin master fi