Update defaults.inc
This commit is contained in:
@@ -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[@]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user