Update defaults.inc

This commit is contained in:
2023-12-11 19:49:20 -06:00
parent c02c9458c3
commit 3026b53902

View File

@@ -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