diff --git a/defaults.inc b/defaults.inc index f0bfd715..6128e00c 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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