From 4f386997d5c482db488f11956769174287c09e63 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 30 May 2025 17:40:44 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2b7f1044..6e55d365 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -916,7 +916,7 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%~*} item=${ditem#*~}; item=${item/.repl/} - echo "HERE: ${ditem} - ${host} - ${item}" + # echo "HERE: ${ditem} - ${host} - ${item}" if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname=${NM_REPL_DESC[${item}]}