Update nodemgmt-scripts.sh

This commit is contained in:
2020-03-21 21:52:03 -05:00
parent 266027d880
commit d977ba98de

View File

@@ -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