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