From a9ee25c74b063a45781766abcd72f7106fd56b81 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 5 Sep 2024 20:06:04 +0200 Subject: [PATCH] feat: Link to issues page --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index d9a5331..449b972 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 "Invalid download link: $url (is only $total bytes?). Please report this issue." && return 1 + error "Invalid download link: $url (is only $total bytes?). Please report this at $SUPPORT/issues." && return 1 fi ! verifyFile "$iso" "$size" "$total" "$sum" && return 1 html "Download finished successfully..." && return 0