Update defaults.inc
This commit is contained in:
@@ -48,7 +48,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
|
|||||||
NODE_TYPES+=("${nmtype}")
|
NODE_TYPES+=("${nmtype}")
|
||||||
# echo "${nmtype} - $desc"
|
# echo "${nmtype} - $desc"
|
||||||
done
|
done
|
||||||
IFS=$'\n' sorted=($(sort <<<"${NM_NODETYPES[*]}")); unset IFS
|
IFS=$'\n' sorted=($(sort <<<"${!NM_NODETYPES[*]}")); unset IFS
|
||||||
|
|
||||||
printf "[%s]\n" "${sorted[@]}"
|
printf "[%s]\n" "${sorted[@]}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user