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}]}