diff --git a/defaults.inc b/defaults.inc index d1c020a0..43cfe546 100755 --- a/defaults.inc +++ b/defaults.inc @@ -50,7 +50,7 @@ if [ -f ${PW_FOLDER}/settings.local.conf ]; then else echo "NO settings.local.conf FILE FOUND" - [ "${1}" == ""] && exit 1 + [ "${1}" ] && [ "${1}" != "update" ] && exit 1 fi