From 820f2a019566ab31db73b21411490bc075a7a48d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 13:50:34 -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 c1dfc81c..fa48ef03 100755 --- a/defaults.inc +++ b/defaults.inc @@ -42,7 +42,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then unset IFS declare -a NODE_TYPES - for nmtype in "${NM_HOSTS[@]}"; do + for nmtype in "${!NM_HOSTS[@]}"; do NODE_TYPES+=(${nmtype}) echo $nmtype done