Update mido.sh

This commit is contained in:
Levvie - she/her 2025-05-22 20:08:49 +01:00 committed by GitHub
parent 868c8af289
commit 0ab2452cdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -514,7 +514,7 @@ verifyFile() {
fi
if [[ "$hash" == "$check" ]]; then
info "Succesfully verified ISO!" && return 0
info "Successfully verified ISO!" && return 0
fi
error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues"