Update nodemgmt-scripts.sh

This commit is contained in:
2020-03-21 21:51:47 -05:00
parent 2a287771f7
commit 266027d880

View File

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