Commit 1470ab20 authored by Lorenzo Martinico's avatar Lorenzo Martinico

Override previous build image

parent fdc9120a
...@@ -356,7 +356,7 @@ for hashfunction in md5sum sha1sum sha256sum sha512sum; do ...@@ -356,7 +356,7 @@ for hashfunction in md5sum sha1sum sha256sum sha512sum; do
done done
for file in $(ls *.img); do for file in $(ls *.img); do
gzip -9 ${file} gzip -9 -f ${file}
done done
exit 0 exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment