From 02f88c8aa45c954cb6a9cd369b857b5b81534ba9 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 20 Mar 2020 11:27:00 -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 516228c..d553672 100644 --- a/root/etc/cont-init.d/30-script-update.bash +++ b/root/etc/cont-init.d/30-script-update.bash @@ -7,7 +7,7 @@ if [[ "${UPDATE_EXT}" == "TRUE" ]]; then fi # update from git -if [[ "${UDPATE_SMA}" == "TRUE" ]]; then +if [[ "${UPDATE_SMA}" == "TRUE" ]]; then git -C ${SMA_PATH} reset --hard HEAD && \ git -C ${SMA_PATH} pull origin master fi