Update nodemgmt-scripts.sh
This commit is contained in:
@@ -216,7 +216,7 @@ STATUS(){
|
|||||||
mysqlgo=true
|
mysqlgo=true
|
||||||
fi
|
fi
|
||||||
# echo "mysqlgo=${mysqlgo}"
|
# echo "mysqlgo=${mysqlgo}"
|
||||||
if [ "${srvctst}" != "active" ] && [ ${mysqlgo} != true ]; then
|
if [ "${srvctst}" != "active" ] && [ "${mysqlgo}" != "true" ]; then
|
||||||
if [ ! -f ${FOLDER}/${nip}-${srvc}.down ]; then
|
if [ ! -f ${FOLDER}/${nip}-${srvc}.down ]; then
|
||||||
|
|
||||||
if [ "${ST_ACTION}" != "check" ]; then
|
if [ "${ST_ACTION}" != "check" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user