From 29fe94bc99415ce7838486b3ee7de2fdd299cbaf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 16:31:54 -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 6330a0df..784a4163 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1297,7 +1297,7 @@ SERVICE(){ # NTS=$NODE_TYPES else NTS=(${NODE_TYPES[*]}) - echo $NODE_TYPES + echo ${NODE_TYPES[*]} fi if [ "${3}" != "q" ]; then