This commit is contained in:
2023-07-04 14:51:50 -05:00
parent 5c10cb56bd
commit 32fc449fc6
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
for nmtype in "${!NM_NODETYPES[@]}"; do
NODE_TYPES+=(${nmtype})
done | sort -n
echo "HERE: $NODE_TYPES"
for ntype in "${NODE_TYPES[@]}"; do
arr ${ntype}_HOSTS

View File

@@ -797,7 +797,6 @@ NODEUPDATE() {
nmdiv=$(ls -l --time-style=+%s ${NM_FOLDER}/defaults.local.inc | cut -d ' ' -f 6)
for NTYPE in "${NODE_TYPES[@]}"; do
echo $NTYPE
nid=1
var=${NTYPE}_HOSTS[@]
for nip in "${!var}"; do