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

View File

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