Update defaults.inc

This commit is contained in:
2023-07-04 14:52:20 -05:00
parent 32fc449fc6
commit f3e9f36208

View File

@@ -43,6 +43,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
declare -a NODE_TYPES
for nmtype in "${!NM_NODETYPES[@]}"; do
echo $nmtype
NODE_TYPES+=(${nmtype})
done | sort -n