Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user