Update nodemgmt-scripts.sh
This commit is contained in:
@@ -291,7 +291,7 @@ SERVICES(){
|
|||||||
s=1
|
s=1
|
||||||
for srvc in "${NODE_SERVICES[@]}"
|
for srvc in "${NODE_SERVICES[@]}"
|
||||||
do
|
do
|
||||||
echo " [${s}] ${NM_SERVICES[${srvc}]}"
|
echo " [${s}] ${NM_SERVICES[${srvc}]} - $srvc"
|
||||||
s=`expr $s + 1`
|
s=`expr $s + 1`
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user