Enable downloading.

This commit is contained in:
Dominik Pantůček 2023-07-29 16:40:16 +02:00
parent 55eac29de5
commit d9eca9c182

View file

@ -419,7 +419,7 @@ while read accnt ; do
fi
# Iterate over the months
monthsleft=0 # $MONTHLIMIT
monthsleft=$MONTHLIMIT
currentmonth=$CMONTH
currentyear=$CYEAR
while [ $monthsleft -gt 0 ] ; do