diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7c887943..5eab2276 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1297,7 +1297,7 @@ SERVICE(){ # NTS=$NODE_TYPES else NTS1=(${NODE_TYPES[*]}) - NTS=NTS1[@] + NTS=$NTS1[@] fi if [ "${3}" != "q" ]; then