Update defaults.inc

This commit is contained in:
2023-07-03 20:03:53 -05:00
parent 1094dcca7f
commit 24088a5618

View File

@@ -55,9 +55,12 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
WEB_SINGLESRVR_SERVICES=(${WEB_SINGLESRVRSERVICES})
WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS})
unset IFS
for ntype in "${NODE_TYPES[@]}"; do
IFS=,
declare NM_HOSTS_${ntype}=(${NM_HOSTS[${ntype}]})
unset IFS
done
unset IFS