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