This commit is contained in:
2023-01-01 10:46:30 -06:00
parent d0516c09c0
commit 407f077678
2 changed files with 2 additions and 2 deletions

View File

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