From d95379af4026b6ba5024ae595571eb38a5aa64ad Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 Mar 2020 11:01:45 -0500 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 f18ed791..dfdf67d2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1261,7 +1261,7 @@ SERVICE(){ # NTS=$NODE_TYPES else NTS=(${NODE_TYPES[*]}) - echo ${NTS[*]} + echo ${NTS[2]} fi if [ "${3}" != "q" ]; then