From 8e2db6efe3b66f432e9fc69ac9c91925c2b9fc72 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 21:13:47 -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 f6557abc..68e238aa 100755 --- a/defaults.inc +++ b/defaults.inc @@ -55,7 +55,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS}) declare -A NODE_TYPES - for nmtype in "${NM_HOSTS}"; do + for nmtype in "${!NM_HOSTS[@]}"; do NODE_TYPES+=${nmtype} echo "$nmtype" done