This commit is contained in:
Kamil Trzcinski 2016-09-05 21:48:54 +02:00
parent 58ae36735a
commit acf8372d4a

View file

@ -128,7 +128,7 @@ EOF
if [[ "$(basename "$out_gz" .gz)" != "$(basename "$out_gz")" ]]; then if [[ "$(basename "$out_gz" .gz)" != "$(basename "$out_gz")" ]]; then
echo "Compressing image..." echo "Compressing image..."
gzip "$out" pigz "$out"
echo "Compressed image: $out (size: $size)." echo "Compressed image: $out (size: $size)."
else else
echo "Uncompressed image: $out (size: $size)." echo "Uncompressed image: $out (size: $size)."