Update status.inc
This commit is contained in:
@@ -565,7 +565,6 @@ STATUS_NODE(){
|
|||||||
if [ "${NODETYPE}" != "OFW" ]; then
|
if [ "${NODETYPE}" != "OFW" ]; then
|
||||||
[ "${NCMD}" != "" ] && srvctst=(`${NCMD} "systemctl is-active ${srvcstotest}"`) || srvctst=(`systemctl is-active ${srvcstotest}`)
|
[ "${NCMD}" != "" ] && srvctst=(`${NCMD} "systemctl is-active ${srvcstotest}"`) || srvctst=(`systemctl is-active ${srvcstotest}`)
|
||||||
fi
|
fi
|
||||||
echo "HERE: (${NCMD} "systemctl is-active ${srvcstotest}") = ${srvctst}"
|
|
||||||
sr=0
|
sr=0
|
||||||
for srvc in "${!srvcs}"; do
|
for srvc in "${!srvcs}"; do
|
||||||
if [ "${STATUS_ACTION}" != "report" ]; then
|
if [ "${STATUS_ACTION}" != "report" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user