Update defaults.inc

This commit is contained in:
2023-07-04 14:53:20 -05:00
parent f8b5298b0f
commit a8d32c34de

View File

@@ -41,11 +41,11 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
LOCAL_SERVICES=(${LOCAL_SERVICES})
unset IFS
declare -A NODE_TYPES
declare -a NODE_TYPES
for nmtype in "${!NM_NODETYPES[@]}"; do
echo $nmtype
NODE_TYPES+=(${nmtype})
done | sort -n
done
echo "HERE: $NODE_TYPES"