From b4293da1825e2935420b8fab8a7deffc01214a0e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Feb 2019 00:08:02 -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 c9585865..f30f6f93 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1473,6 +1473,7 @@ SERVICE(){ nid=`expr $nid + 1` done fi + nid=1 if [[ "${WEBSERVICES_CHECK}" = *"${1}"* ]]; then for nip in "${WEB_HOSTS[@]}"; do if [[ $(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then