update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='4.7.119-06192023'
|
VERS='4.7.120-06212023'
|
||||||
|
|
||||||
# NODETYPES=WEB
|
# NODETYPES=WEB
|
||||||
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB
|
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB
|
||||||
|
|||||||
@@ -509,7 +509,7 @@ SERVICE(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${1}" = "nginx-x" ]; then
|
if [ "${1}" = "nginx" ] && [ "${NODE_TYPE}" == "LB" ]; then
|
||||||
if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then
|
if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then
|
||||||
if [ "${3}" != "ns" ]; then
|
if [ "${3}" != "ns" ]; then
|
||||||
if [ "${3}" != "q" ]; then
|
if [ "${3}" != "q" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user