From 30fa7af4b4e1e0b3967d2035e0af9c1802459756 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 20:17:34 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dbda97d3..6173cba8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1076,6 +1076,8 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%.*} item=${ditem#*.} + + echo "HERE: $item" if [[ $ditem == *"."* ]] && [ "${NM_SERVICES[${item}]}" != "" ]; then itemname=${NM_SERVICES[${ditem#*-}]}