From 65d22fabc49c50d25b4273b7adbc028cf21cbf98 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 09:43:34 -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 65df74f2..e2d047fb 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