From b8571b3f795679e9e56fb5f4b6a03ef95357dae5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 15:21:39 -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 4708003c..44be59f0 100755 --- a/defaults.inc +++ b/defaults.inc @@ -48,7 +48,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then NODE_TYPES+=("${nmtype}") # echo "${nmtype} - $desc" done - IFS=$'\n' sorted=($(sort <<<"${NM_NODETYPES[*]}")); unset IFS + IFS=$'\n' sorted=($(sort <<<"${!NM_NODETYPES[*]}")); unset IFS printf "[%s]\n" "${sorted[@]}"