From 9e0c7a30505f33e30fe78e71fca9c3afa84e63d2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 3 Apr 2019 19:34:19 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 233ce1e5..cd65f550 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -371,7 +371,6 @@ NEWCERT(){ for nip in "${WEB_HOSTS[@]}"; do if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *"${nip}"* ]]; then - echo "restarting ${nip}" # `ssh root@${nip} service nginx stop` SERVICE nginx stop ${nip} fi @@ -1263,7 +1262,7 @@ SERVICE(){ nid=1 var2=${NTYPE}_HOSTS[@] for nip in "${!var2}"; do - if [ ! -z ${3+x} ] || [ "${3}" == "q" ]; then GO=true; + if [ -z ${3+x} ] || [ "${3}" == "q" ]; then GO=true; elif [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${3}"* ]]; then GO=true; else GO=false; fi