mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/mkimage: force gzip to overwrite target/*.img.gz
This commit is contained in:
parent
05fe60c273
commit
fe8a92fc7e
@ -325,7 +325,7 @@ fi
|
||||
|
||||
# gzip
|
||||
echo "image: compressing..."
|
||||
gzip "${DISK}"
|
||||
gzip -f "${DISK}"
|
||||
|
||||
# set owner
|
||||
if [ -n "${SUDO_USER}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user