Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-14 13:47:10 -06:00
parent eeb121768b
commit aa256be1eb

View File

@@ -606,7 +606,7 @@ DOWNLIST(){
# DOWNLIST=(${DOWN_LIST[@]})
DOWNLIST=()
for dli in "${DOWN_LIST[@]}"; do
[ ! -f ${dli//.down/.disable} ] && DOWNLIST+=(${dli})
[ ! -f ${dli/down/disable} ] && DOWNLIST+=(${dli})
done
fi