From b3c7283b14789d41cbba00ec4a3385d654a0466f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 19:21:00 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 0bec6af4..e5b49bb5 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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