Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-14 13:47:27 -06:00
parent aa256be1eb
commit 4ceea7eb29

View File

@@ -603,11 +603,7 @@ DOWNLIST(){
[ ! -f ${dli//.down/.disable} ] && DOWNLIST+=(${dli})
done
else
# DOWNLIST=(${DOWN_LIST[@]})
DOWNLIST=()
for dli in "${DOWN_LIST[@]}"; do
[ ! -f ${dli/down/disable} ] && DOWNLIST+=(${dli})
done
DOWNLIST=(${DOWN_LIST[@]})
fi
if [ -z ${NMG_ACTION} ] || [ "${NMG_ACTION}" = "gui" ]; then