Update nodemgmt-scripts.sh

This commit is contained in:
2025-05-30 17:33:21 -05:00
parent 5015fc4724
commit 4d675e05e1

View File

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