From ca807f760daa18c57cdba6527155788442cc914c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 20 Nov 2024 15:54:13 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index ab037170..142fd63b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -565,7 +565,6 @@ STATUS_NODE(){ if [ "${NODETYPE}" != "OFW" ]; then [ "${NCMD}" != "" ] && srvctst=(`${NCMD} "systemctl is-active ${srvcstotest}"`) || srvctst=(`systemctl is-active ${srvcstotest}`) fi - echo "HERE: (${NCMD} "systemctl is-active ${srvcstotest}") = ${srvctst}" sr=0 for srvc in "${!srvcs}"; do if [ "${STATUS_ACTION}" != "report" ]; then