This commit is contained in:
2023-07-04 16:57:31 -05:00
parent bbd071ffb6
commit 48ed46c8b9
4 changed files with 32 additions and 17 deletions

View File

@@ -511,7 +511,7 @@ SITEINFO(){
cw_spc7=15
dl=110
MIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
for NTYPE in "${NODE_TYPES[@]}"; do
for NTYPE in "${NM_NODE_TYPES[@]}"; do
var=${NTYPE}_HOSTS[@]
NODE_TYPE=""
for nip in "${!var}"; do