From 15d92a59aaf9dd6a422e664dd170dd76fd1f8034 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 20:19:15 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 27494db1..dd5eb91d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1076,9 +1076,7 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%.*} item=${ditem#*.} - - echo "HERE: '$item'" - + if [[ $ditem == *"."* ]] && [ "${NM_SERVICES[${item}]}" != "" ]; then itemname=${NM_SERVICES[${item}]} elif [[ $ditem == *"."* ]] && [ "${NM_DOCKERS[${item}]}" != "" ]; then