Update defaults.inc

This commit is contained in:
2023-07-04 14:12:17 -05:00
parent 0ca281e1a3
commit 805feeff12

View File

@@ -42,10 +42,10 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
unset IFS
declare -a NODE_TYPES
for nmtype in "${!NM_HOSTS[@]}"; do
for nmtype in "${NODETYPES[@]}"; do
NODE_TYPES+=(${nmtype})
echo $nmtype
done | sort -rn -k3
done | sort
for ntype in "${NODE_TYPES[@]}"; do
arr ${ntype}_HOSTS