From 5fd391693c6cfeae59839ec4009a2499a8ad3132 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Sep 2022 21:35:17 -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 3fc783e9..01c2cdac 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1455,7 +1455,7 @@ SERVICE(){ fi fi - elif [ "${1}" = "apache2" ]; then + elif [ "${1}" = "apache2-x" ]; then if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then if [ "${3}" != "ns" ]; then if [ "${3}" != "q" ]; then