Update defaults.inc

This commit is contained in:
2023-07-04 15:21:39 -05:00
parent 41df70ea82
commit b8571b3f79

View File

@@ -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[@]}"