fix: Spaces

This commit is contained in:
Kroese 2024-04-24 18:15:46 +02:00 committed by GitHub
parent 13d83e1aab
commit 5e80a14e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -476,11 +476,11 @@ downloadImage() {
fi fi
if [[ "$EXTERNAL" != [Yy1]* ]]; then if [[ "$EXTERNAL" != [Yy1]* ]]; then
msg="Downloading $desc..." msg="Downloading $desc..."
info "$msg" && html "$msg" info "$msg" && html "$msg"
/run/progress.sh "$iso.PART" "Downloading $desc ([P])..." & /run/progress.sh "$iso.PART" "Downloading $desc ([P])..." &
cd "$TMP" cd "$TMP"
{ /run/mido.sh "$url"; rc=$?; } || : { /run/mido.sh "$url"; rc=$?; } || :
cd /run cd /run