Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 09:47:13 -06:00
parent f2f9221e3f
commit 15a6ea0fe5

View File

@@ -216,7 +216,7 @@ STATUS(){
mysqlgo=true
fi
# echo "mysqlgo=${mysqlgo}"
if [ "${srvctst}" != "active" ] && [ ${mysqlgo} != true ]; then
if [ "${srvctst}" != "active" ] && [ "${mysqlgo}" != "true" ]; then
if [ ! -f ${FOLDER}/${nip}-${srvc}.down ]; then
if [ "${ST_ACTION}" != "check" ]; then