mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
Update mido.sh
This commit is contained in:
parent
e933c0acb5
commit
1659cbba42
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ downloadFile() {
|
|||
if [ "$total" -lt 100000000 ]; then
|
||||
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
|
||||
verifyFile "$iso" "$size" "$total" "$sum" || return 1
|
||||
html "Download finished successfully..." && return 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue