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