From 8b47d0814d35a48774feed5b6d12604a15b77a79 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 16:33:17 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 70bf576e..d851d084 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1297,7 +1297,9 @@ SERVICE(){ # NTS=$NODE_TYPES else NTS=(${NODE_TYPES[*]}) - echo ${NTS[2]} + for NTYPE in "${NTS}"; do + echo "NTYPE=${NTYPE}" + done fi if [ "${3}" != "q" ]; then