From 7a5e0ba4899358535756d64cdb02ee68fdec23b1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 18 Aug 2024 18:10:18 +0200 Subject: [PATCH] Update mido.sh --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index d6725b0..d9a5331 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -201,7 +201,7 @@ downloadFile() { if (( rc == 0 )) && [ -f "$iso" ]; then total=$(stat -c%s "$iso") if [ "$total" -lt 100000000 ]; then - error "Downloaded ISO is only $total bytes?" && return 1 + error "Invalid download link: $url (is only $total bytes?). Please report this issue." && return 1 fi ! verifyFile "$iso" "$size" "$total" "$sum" && return 1 html "Download finished successfully..." && return 0