Update sites.inc

This commit is contained in:
2023-05-25 21:46:18 -05:00
parent d265a4cee5
commit 8a2952fbec

View File

@@ -447,7 +447,7 @@ SITEINFO(){
cw_spc5=7
cw_spc6=8
cw_spc7=15
dl=108
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
var=${NTYPE}_HOSTS[@]