From d977ba98dee1b31febc33d1f6b9c5ccb4eec3bac Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 21:52:03 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fbed7c99..40c6181c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1290,7 +1290,7 @@ SERVICE(){ if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then NODE_TYPE=${NTYPE}; echo "yes" - break + break 2 else echo "no" fi