From 45146a6f61638f315ba42ced3ff821af74d8f378 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 16:01:22 -0600 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 9e4da2dd..7cde1b61 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -649,6 +649,8 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%~*} item=${ditem#*~} + + echo "HERE: ${ditem} - ${host} - ${item}" if [[ $ditem == *"~"* ]] && [[ $ditem == *".repl."* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname=${NM_REPL_DESC[${item}]}