Update defaults.inc

This commit is contained in:
2023-07-03 20:07:49 -05:00
parent 469c2e41df
commit 001670f243

View File

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