diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8c8a5e3b..8f9606f6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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;