Merge pull request #3607 from chewitt/gzip-force

scripts/mkimage: force gzip to overwrite target/*.img.gz
This commit is contained in:
MilhouseVH 2019-06-26 06:12:09 +01:00 committed by GitHub
commit 97ea5a2e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,7 @@ fi
# gzip
echo "image: compressing..."
gzip "${DISK}"
gzip -f "${DISK}"
# set owner
if [ -n "${SUDO_USER}" ]; then