Update nodemgmt-scripts.sh
This commit is contained in:
@@ -215,7 +215,7 @@ STATUS(){
|
|||||||
elif [ "${srvctst}" = "active" ] && ([ "${srvc}" = "mysql" ] || [ "${srvc}" = "mariadb" ]); then
|
elif [ "${srvctst}" = "active" ] && ([ "${srvc}" = "mysql" ] || [ "${srvc}" = "mariadb" ]); then
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user