mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update mido.sh
This commit is contained in:
parent
579538547f
commit
52ca5db2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ downloadFile() {
|
|||
msg="Failed to download $url"
|
||||
(( rc == 3 )) && error "$msg , cannot write file (disk full?)" && return 1
|
||||
(( rc == 4 )) && error "$msg , network failure!" && return 1
|
||||
(( rc == 8 )) && error "$msg , server issued an error response!" && return 1
|
||||
(( rc == 8 )) && error "$msg , server issued an error response! Please report this at $SUPPORT/issues." && return 1
|
||||
|
||||
error "$msg , reason: $rc"
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue