We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49354e3 commit e4bc64aCopy full SHA for e4bc64a
build.bash
@@ -392,7 +392,7 @@ destination="openhabian-${hwPlatform}-${2:-latest}-${timestamp}-crc${crc32checks
392
mv -v "$imageFile" "$destination"
393
rm -rf "$buildFolder"
394
395
-echo_process "Compressing image... "
+echo_process "Compressing imageu $destination... "
396
# speedup compression, T0 will use all cores and should be supported by reasonably new versions of xz
397
xz --verbose --compress --keep -9 -T0 "$destination"
398
crc32checksum="$(crc32 "${destination}.xz")"
0 commit comments