From f2ef4970c6224c3dff3e5b1c8efed130246a471b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 6 Jul 2023 21:47:34 -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 8c01b3a0..b851e624 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -475,6 +475,7 @@ SERVICE(){ fi for NTYPE in "${NTS[@]}"; do + echo $NTYPE var1=${NTYPE}_SERVICES_CHECK # if [[ "${!var1}" = *"${1}"* ]]; then if [[ " ${!var1[*]} " =~ " ${1} " ]]; then