From 5c7841d3b02966ec5ad97e9185b8028fd30258a5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 3 Apr 2019 19:39:18 -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 e3294516..dded9656 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1263,7 +1263,7 @@ SERVICE(){ var2=${NTYPE}_HOSTS[@] for nip in "${!var2}"; do if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${3}"* ]]; then GO=true; - elif [ ! -z ${3+x} ] || [ "${3}" == "q" ]; then GO=true; + #elif [ ! -z ${3+x} ] || [ "${3}" == "q" ]; then GO=true; else GO=false; fi if [ "${GO}" == "true" ]; then