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