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