Merge pull request #3608 from chewitt/gzip-force-92

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

View File

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