mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
fix: Status message (#95)
This commit is contained in:
parent
990159fa4b
commit
803af6dbe0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user