From 266027d8801c3221992b1d7693f8092ac056b2b0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 21:51:47 -0500 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 731439ec..fbed7c99 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1290,6 +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 else echo "no" fi