Update defaults.inc

This commit is contained in:
2023-07-04 14:55:10 -05:00
parent a8d32c34de
commit a952726383

View File

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