From 44fa5d3e471f4c34ce34e0edd9bafa2085f2d474 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 May 2024 20:10:07 +0200 Subject: [PATCH] Update mido.sh --- src/mido.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mido.sh b/src/mido.sh index 2d2fb14..0b7af24 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -487,9 +487,7 @@ downloadFile() { if (( rc == 0 )) && [ -f "$iso" ]; then total=$(stat -c%s "$iso") if [ "$total" -gt 100000000 ]; then - if [[ "${lang,,}" == "en" ]] || [[ "${lang,,}" == "en-"* ]]; then - ! verifyFile "$iso" "$size" "$total" "$sum" && return 1 - fi + ! verifyFile "$iso" "$size" "$total" "$sum" && return 1 html "Download finished successfully..." && return 0 fi fi