From a316027524be5676ca135aa64b3f890204d654ee Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 26 Nov 2021 16:37:08 +0100 Subject: [PATCH] Fix #29: missing info file causes redownload of current image. --- linbofs/usr/bin/linbo_cmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linbofs/usr/bin/linbo_cmd b/linbofs/usr/bin/linbo_cmd index 30402e1..5ab27e8 100755 --- a/linbofs/usr/bin/linbo_cmd +++ b/linbofs/usr/bin/linbo_cmd @@ -6,7 +6,7 @@ # ssd/4k/8k support - jonny@bzt.de 06.11.2012 anpassung fuer 2.0.12 # # thomas@linuxmuster.net -# 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" \