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