Merge pull request #48 from popoviciri/fwupdate_fix

fix fwupdate when upgrading from local images
This commit is contained in:
Calin Crisan 2020-01-31 17:47:20 +02:00 committed by GitHub
commit 97c9f1bf78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,6 +275,7 @@ function do_download() {
if [[ -n "${DST_FNAME}" ]]; then
cp -f $1 ${DST_FNAME}
echo ${version} > ${VER_FILE}
touch ${DOWNLOAD_DONE_FILE}
return
fi
fi