Update nodemgmt-scripts.sh
This commit is contained in:
@@ -613,7 +613,7 @@ SERVICES(){
|
|||||||
echo -e "${idsCL[Green]}Node Service Selected: '${idsST[Bold]}${NM_SERVICES[${selsrvc}]}${idsST[Reset]}${idsCL[Green]}'${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Node Service Selected: '${idsST[Bold]}${NM_SERVICES[${selsrvc}]}${idsST[Reset]}${idsCL[Green]}'${idsCL[Default]}"
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
s=1
|
s=1
|
||||||
for srvcopts in "${NM_SRVCOPTS[@]}"
|
for srvcopt in "${!NM_SRVCOPTS[@]}"; do
|
||||||
do
|
do
|
||||||
echo " [${s}] ${srvcopts~}"
|
echo " [${s}] ${srvcopts~}"
|
||||||
s=`expr $s + 1`
|
s=`expr $s + 1`
|
||||||
|
|||||||
Reference in New Issue
Block a user