From f008b08d1ed307536bd5aa2bc36237eb5a033ffd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Mar 2019 00:28:22 -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 a8f89e96..aacbbc23 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1208,6 +1208,7 @@ SERVICE(){ for NTYPE in "${NODE_TYPES[@]}"; do var1=${NTYPE}SERVICES_CHECK + echo var1 if [[ "${!var}" = *"${1}"* ]]; then nid=1 var=${NTYPE}_HOSTS[@]