Update nodemgmt-scripts.sh

This commit is contained in:
2022-11-26 12:31:55 -06:00
parent be7bf6a802
commit 6d6ab64780

View File

@@ -1706,6 +1706,7 @@ SERVICE(){
IFS=' '
var2=(${!var2})
unset IFS
sethost=false
fi
for nip in "${var2[@]}"; do
# if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${3}"* ]]; then GO=true;