Update services.inc

This commit is contained in:
2025-06-29 21:58:35 -05:00
parent 31ba2827cd
commit a93ea29fce

View File

@@ -314,7 +314,7 @@ SERVICE_MGMT(){
echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}"
fi
echo "HERE: ${NT_HOST} = ${!NT_HOST}"
echo "HERE: ${NT_HOST} = "
if ([ "${SERVICE['service']}" = "nginx" ] || [ "${SERVICE['service']}" = "apache2" ]) && ([ "${SERVICE['node']}" == "" ] || [ "${SERVICE['node']}" == "ALL" ]); then
if [ "${RUN_NODE_TYPE}" != "" ] && [ "${NM_REPL_NGINX_PATHS[${RUN_NODE_TYPE}]}" != "" ] && ([ "${SERVICE['action']}" = "restart" ] || [ "${SERVICE['action']}" = "reload" ]); then
if [ "${SERVICE['node']}" != "ns" ]; then