Update defaults.inc

This commit is contained in:
2023-07-03 21:25:53 -05:00
parent 584ca1bd2f
commit f1bf570f44

View File

@@ -42,6 +42,8 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
WEB_SINGLESRVR_SERVICES=(${WEB_SINGLESRVRSERVICES})
WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS})
unset IFS
declare -a NODE_TYPES
for nmtype in "${!NM_HOSTS[@]}"; do
NODE_TYPES+=(${nmtype})
@@ -55,7 +57,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
done
done
unset IFS
fi