From 8cb6eac727480db2264fc94722982363ab788f26 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 19:23:48 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 976dd734..1425e1d0 100755 --- a/defaults.inc +++ b/defaults.inc @@ -57,9 +57,8 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS}) for ntype in "${NODE_TYPES[@]}"; do - echo $ntype - var="NM_HOSTS_${ntype}" - var=(${NM_HOSTS[${ntype}]}) + declare NM_HOSTS_${ntype}=(${NM_HOSTS[${ntype}]}) + var= done unset IFS