From 316caf37b89b42a2f53a0e4aaf14f5530c06da3f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 13:49:24 -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 fa48ef03..c1dfc81c 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