-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #29: missing info file causes redownload of current image.
- Loading branch information
1 parent
6f44509
commit a316027
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# ssd/4k/8k support - [email protected] 06.11.2012 anpassung fuer 2.0.12 | ||
# | ||
# [email protected] | ||
# 20211124 | ||
# 20211125 | ||
# GPL v3 | ||
# | ||
|
||
|
@@ -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" \ | ||
|