Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-03 17:04:43 -05:00
parent d54eb7ef8a
commit 8c4f5abee3

View File

@@ -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