From ec3785d3f5d9b46bc15018fff6c83df290d747b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 10:04:59 -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 d24814a5..aa126671 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -609,7 +609,7 @@ SERVICES(){ GUI else echo "" - 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[${NODE_SERVICES[${selsrvc}]}]}${idsST[Reset]}${idsCL[Green]}'${idsCL[Default]}" DIVIDER true s=1 for srvcopt in "${NM_SRVCOPT[@]}"; do