Skip to content

Commit

Permalink
Fix #29: missing info file causes redownload of current image.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Nov 26, 2021
1 parent 6f44509 commit a316027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linbofs/usr/bin/linbo_cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ssd/4k/8k support - [email protected] 06.11.2012 anpassung fuer 2.0.12
#
# [email protected]
# 20211124
# 20211125
# GPL v3
#

Expand Down Expand Up @@ -2743,8 +2743,9 @@ download_img_if_changed(){
DOWNLOAD="true"
fi
fi
# download other supplemental files except info (done before) and torrent (doing later)
# download other supplemental files
download_all "$server" "${subdir}${imagefile}.desc" \
"${subdir}${imagefile}.info" \
"${subdir}${imagefile}.reg" \
"${subdir}${imagefile}.postsync" \
"${subdir}${imagebase}.reg" \
Expand Down

0 comments on commit a316027

Please sign in to comment.