Update defaults.inc

This commit is contained in:
2023-07-04 15:23:14 -05:00
parent b8571b3f79
commit 133cb0872b

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[*]}-${NM_NODETYPES[*]}")); unset IFS
printf "[%s]\n" "${sorted[@]}"