From e9ee020190592f01d295bdd1743520d96876a251 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 23 Jun 2023 19:16:13 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c1f14120..f9e04a57 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -510,6 +510,7 @@ SERVICE(){ if [ "${1}" = "nginx" ] && [ "${NGINX_PATHS[${NODE_TYPE}]}" != "" ]; then + echo ${NGINX_PATHS[${NODE_TYPE}]} if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then if [ "${3}" != "ns" ]; then if [ "${3}" != "q" ]; then