Update defaults.inc

This commit is contained in:
2023-07-03 19:21:00 -05:00
parent a2ba7f2fd7
commit b3c7283b14

View File

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