Update defaults.inc

This commit is contained in:
2023-07-04 14:52:45 -05:00
parent f3e9f36208
commit f8b5298b0f

View File

@@ -41,7 +41,7 @@ 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})