From 6d6ab6478068e70e395b59a0ee21c8be6161ee0e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Nov 2022 12:31:55 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) 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;