Update install.sh
This commit is contained in:
parent
e7b7a7a83f
commit
fbedd24cbf
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ info "$msg" && html "$msg"
|
|||
fKill "progress.sh"
|
||||
|
||||
(( rc == 4 )) && error "Failed to download $BOOT , network failure!" && exit 60
|
||||
(( rc == 8 )) && error "Failed to download $BOOT , server issued an error response!" && exit 60
|
||||
(( rc != 0 )) && error "Failed to download $BOOT , reason: $rc" && exit 60
|
||||
[ ! -s "$TMP" ] && error "Failed to download $BOOT" && exit 61
|
||||
|
||||
|
|
Loading…
Reference in a new issue