From 3a3ad21dde706ae59a5f5515fe5a7aef95782e9d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 10:01:13 -0500 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 b771d66a..a1a0c026 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -182,7 +182,7 @@ STATUS(){ srvctst=(`${NCMD} systemctl is-active ${srvcstotest}`) echo "H1: ${srvcstotest}" echo "H2: $srvctst" - echo "H3: $srvctst[0] $srvctt[1] $srvctt[2] $srvctt[3]" + echo "H3: $srvctst[0] $srvctst[1] $srvctst[2] $srvctst[3]" sr=0 for srvc in "${!srvcs}"; do if [ "${ST_ACTION}" != "check" ]; then