From 3420967e7d99136162fd0ae36567de51efa11b48 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 10:02:01 -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 a1a0c026..65ab57f2 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] $srvctst[1] $srvctst[2] $srvctst[3]" + echo "H3: $srvctst[0] ${srvctst[1]} ${srvctst[2]} ${srvctst[3]}" sr=0 for srvc in "${!srvcs}"; do if [ "${ST_ACTION}" != "check" ]; then