Update defaults.inc

This commit is contained in:
2023-07-04 14:57:56 -05:00
parent 4b387b4ba0
commit 8456a03b62

View File

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