From 7ca175edc31e6601473ef4d4170093ac9007013e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 16:29:35 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ae831c16..7c887943 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1296,7 +1296,8 @@ SERVICE(){ NTS1=('WEB'); NTS=NTS1[@] # NTS=$NODE_TYPES else - NTS=(${NODE_TYPES[*]}) + NTS1=(${NODE_TYPES[*]}) + NTS=NTS1[@] fi if [ "${3}" != "q" ]; then