Update defaults.inc

This commit is contained in:
2023-07-03 19:18:04 -05:00
parent 4008068abe
commit 11b0b2196f

View File

@@ -57,7 +57,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS})
for ntype in "${NODE_TYPES[@]}"; do
${NM_HOSTS[${ntype}]}=(${NM_HOSTS[${ntype}]})
NM_HOSTS[${ntype}]=(${NM_HOSTS[${ntype}]})
done
unset IFS