Update nodemgmt-scripts.sh

This commit is contained in:
2019-10-01 22:51:57 -05:00
parent 1d6b911052
commit fc3d0d9e7f

View File

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