Update defaults.inc

This commit is contained in:
2023-12-12 17:56:44 -06:00
parent b7b01e8056
commit ec0971f72a

View File

@@ -53,6 +53,8 @@ if [ -f ${PW_FOLDER}/settings.local.conf ]; then
PW_ALLHOSTS=(${PW_ALL_HOSTS})
unset IFS
echo "HERE!!!: ${PW_SYSHOSTS[@]}"
else
echo "NO settings.local.conf FILE FOUND"
[ "${1}" ] && [ "${1}" != "update" ] && exit 1