Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-06 16:03:37 -06:00
parent 8062f54e0b
commit 2d4ddec156

View File

@@ -648,7 +648,7 @@ DOWNLIST(){
ditem=${downitem##*/}
ditem=${ditem//.down}
host=${ditem%%~*}
item=${ditem#*~}
item=${ditem#*~}; item=${ditem/.repl/}
echo "HERE: ${ditem} - ${host} - ${item}"
if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then