mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Status message
This commit is contained in:
parent
990159fa4b
commit
f556993dad
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ buildImage() {
|
||||||
local out="$TMP/$label.tmp"
|
local out="$TMP/$label.tmp"
|
||||||
rm -f "$out"
|
rm -f "$out"
|
||||||
|
|
||||||
local msg="Generating updated ISO image..."
|
local msg="Updating ISO image..."
|
||||||
info "$msg" && html "$msg"
|
info "$msg" && html "$msg"
|
||||||
|
|
||||||
size=$(du -h -b --max-depth=0 "$dir" | cut -f1)
|
size=$(du -h -b --max-depth=0 "$dir" | cut -f1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue