mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
Merge pull request #48 from popoviciri/fwupdate_fix
fix fwupdate when upgrading from local images
This commit is contained in:
commit
97c9f1bf78
@ -275,6 +275,7 @@ function do_download() {
|
|||||||
if [[ -n "${DST_FNAME}" ]]; then
|
if [[ -n "${DST_FNAME}" ]]; then
|
||||||
cp -f $1 ${DST_FNAME}
|
cp -f $1 ${DST_FNAME}
|
||||||
echo ${version} > ${VER_FILE}
|
echo ${version} > ${VER_FILE}
|
||||||
|
touch ${DOWNLOAD_DONE_FILE}
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user