Unverified Commit 803af6db authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Status message (#95)

parent 990159fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)