Update status.inc

This commit is contained in:
2024-11-20 15:54:13 -06:00
parent 235c2ea59e
commit ca807f760d

View File

@@ -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