update
This commit is contained in:
@@ -267,7 +267,7 @@ SERVICE_MGMT(){
|
||||
fi
|
||||
|
||||
# echo "HERE: ${NT_HOST} = ${!NT_HOST}"
|
||||
if [ "${SERVICE['service']}" = "nginx" ] && ([ "${SERVICE['node']}" == "" ] || [ "${SERVICE['node']}" == "ALL" ]); then
|
||||
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
|
||||
if [ ${QUIET} -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user