Update defaults.inc

This commit is contained in:
2023-07-04 13:49:24 -05:00
parent 30e17058c2
commit 316caf37b8

View File

@@ -42,7 +42,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
unset IFS
declare -a NODE_TYPES
for nmtype in "${!NM_HOSTS[@]}"; do
for nmtype in "${NM_HOSTS[@]}"; do
NODE_TYPES+=(${nmtype})
echo $nmtype
done