Update defaults.inc

This commit is contained in:
2023-07-04 13:48:42 -05:00
parent 511b2d8bab
commit 30e17058c2

View File

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