1
0
réplica de https://github.com/dockur/windows.git sincronizado 2026-06-12 13:19:34 +08:00

fix: Status message (#95)

Este cometimento está contido em:
Kroese
2024-01-26 00:39:23 +01:00
cometido por GitHub
ascendente 990159fa4b
cometimento 803af6dbe0
+1 -1
Ver ficheiro
@@ -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)