Update defaults.inc

This commit is contained in:
2023-07-03 21:14:22 -05:00
parent b617b95639
commit d3bf8a4730

View File

@@ -56,7 +56,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
declare -A NODE_TYPES
for nmtype in "${!NM_HOSTS[@]}"; do
NODE_TYPES+=${nmtype}
NODE_TYPES+=(${nmtype})
done
for ntype in "${NODE_TYPES[@]}"; do