From 1e1a3d21699965ff8daa244f0d42cf183aa1f2cf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:39:24 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 94aaef05..9ba522c4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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`