From 8c4f5abee3a9213d45ce029173f8a996c5d9e313 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 17:04:43 -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 b2c42375..3fd45b3d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -291,7 +291,7 @@ SERVICES(){ s=1 for srvc in "${NODE_SERVICES[@]}" do - echo " [${s}] ${NM_SERVICES[${srvc}]}" + echo " [${s}] ${NM_SERVICES[${srvc}]} - $srvc" s=`expr $s + 1` done echo