From 904db74e91d75d8f1f3a93163f6b3a19f037f943 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Sep 2022 21:28:11 -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 eaf2f2e2..3fc783e9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1421,7 +1421,7 @@ SERVICE(){ fi - if [ "${1}" = "nginx" ]; then + if [ "${1}" = "nginx-x" ]; then if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then if [ "${3}" != "ns" ]; then if [ "${3}" != "q" ]; then