From b8d2b5211162fbcb3381470bcf2f1c94e308b6d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 1 Oct 2019 22:52:50 -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 702afd3c..716116d3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1304,7 +1304,7 @@ SERVICE(){ if [ "${1}" = "nginx" ]; then - if [ [ [ "${2}" = "restart" ] || [ "${2}" = "reload" ] ] && [ "${3}" != "ns" ] ]; then + if [ [ "${2}" = "restart" ] || [ "${2}" = "reload" ] ] && [ "${3}" != "ns" ]; then if [ "${3}" != "q" ]; then echo -en "${idsCL[LightYellow]}Waiting for nginx config replication across the nodes... ${idsCL[Default]}" fi