Skip to content

Commit e4bc64a

Browse files
mstormiopenhabian
authored and
openhabian
committed
increase verbosity on filename
Signed-off-by: Markus Storm <[email protected]>
1 parent 49354e3 commit e4bc64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ destination="openhabian-${hwPlatform}-${2:-latest}-${timestamp}-crc${crc32checks
392392
mv -v "$imageFile" "$destination"
393393
rm -rf "$buildFolder"
394394

395-
echo_process "Compressing image... "
395+
echo_process "Compressing imageu $destination... "
396396
# speedup compression, T0 will use all cores and should be supported by reasonably new versions of xz
397397
xz --verbose --compress --keep -9 -T0 "$destination"
398398
crc32checksum="$(crc32 "${destination}.xz")"

0 commit comments

Comments
 (0)