Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-14 13:46:51 -06:00
parent 3eb7a5416a
commit eeb121768b

View File

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