Update install.sh
This commit is contained in:
parent
491d00b3f5
commit
a7d9f6bb25
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ info "$msg..." && html "$msg..."
|
|||
fKill "progress.sh"
|
||||
|
||||
msg="Failed to download $BOOT"
|
||||
(( rc == 3 )) && error "$msg , cannot write file (disk full?)" && exit 60
|
||||
(( rc == 4 )) && error "$msg , network failure!" && exit 60
|
||||
(( rc == 8 )) && error "$msg , server issued an error response!" && exit 60
|
||||
(( rc != 0 )) && error "$msg , reason: $rc" && exit 60
|
||||
|
|
Loading…
Reference in a new issue