Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-06 16:01:22 -06:00
parent 004e653c09
commit 45146a6f61

View File

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