Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 09:39:24 -06:00
parent a7d82bce89
commit 1e1a3d2169

View File

@@ -613,7 +613,7 @@ SERVICES(){
echo -e "${idsCL[Green]}Node Service Selected: '${idsST[Bold]}${NM_SERVICES[${selsrvc}]}${idsST[Reset]}${idsCL[Green]}'${idsCL[Default]}"
DIVIDER true
s=1
for srvcopts in "${NM_SRVCOPTS[@]}"
for srvcopt in "${!NM_SRVCOPTS[@]}"; do
do
echo " [${s}] ${srvcopts~}"
s=`expr $s + 1`