From c56ab32547404e7b783992c8c747f4179454d3fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 16:02:03 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7cde1b61..f8253ee2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -649,10 +649,9 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%~*} item=${ditem#*~} - - echo "HERE: ${ditem} - ${host} - ${item}" + # echo "HERE: ${ditem} - ${host} - ${item}" - if [[ $ditem == *"~"* ]] && [[ $ditem == *".repl."* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then + if [[ $ditem == *"~"* ]] && [[ $ditem == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname=${NM_REPL_DESC[${item}]} itemtype=SYNC