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