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