From 5b79b9cb2ab62a4be7487b09feaa4ddbdd399ab7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Mar 2020 21:47:01 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 27a26e78..e6bb8233 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1289,6 +1289,7 @@ SERVICE(){ fi done done + echo "NODE TYPE: ${NTYPE}" if [ "$NODE_TYPE" = "NC" ]; then NT_HOSTS=NC_HOSTS[@] NT_HOST=NC_HOSTS[0]