From 814bc4b69c5537c2f4807efc6292aaf330b143ff Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 20:06:36 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 629716fa..fbb84c88 100755 --- a/defaults.inc +++ b/defaults.inc @@ -57,7 +57,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS}) for ntype in "${NODE_TYPES[@]}"; do - declare "NM_HOSTS_${ntype}"="${NM_HOSTS["$ntype"]}" + declare "NM_HOSTS_${ntype}"="(${NM_HOSTS["$ntype"]})" done unset IFS