From df2d6aca061f5570cee9071c5673bdae7c43519e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 10:51:14 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c01b7c9e..16ce42aa 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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