From e3574f7b20220017fe9c6fa8cc14a82dded7c729 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Dec 2019 21:51:19 -0600 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 87f69453..e54efa02 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1176,7 +1176,7 @@ SERVICE(){ else NT_HOSTS=WEB_HOSTS[@] NT_HOST=WEB_HOSTS[0] - NTS=WEB_HOSTS[@] + NTS1=('WEB'); NTS=NTS1[@] fi if [ "${3}" != "q" ]; then