fix: Status message (#95)

This commit is contained in:
Kroese 2024-01-26 00:39:23 +01:00 committed by GitHub
parent 990159fa4b
commit 803af6dbe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -455,7 +455,7 @@ buildImage() {
local out="$TMP/$label.tmp"
rm -f "$out"
local msg="Generating updated ISO image..."
local msg="Updating ISO image..."
info "$msg" && html "$msg"
size=$(du -h -b --max-depth=0 "$dir" | cut -f1)