mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-07-02 05:24:55 +08:00
fix: Curl error on Chinese mirror (#707)
This commit is contained in:
parent
39c019193e
commit
2e4eb56d0b
@ -130,7 +130,7 @@ if [ ! -s "$RDC" ]; then
|
||||
fKill "progress.sh"
|
||||
|
||||
if (( rc != 0 )); then
|
||||
if (( rc != 22 )) && (( rc != 56 ));
|
||||
if (( rc != 22 )) && (( rc != 56 )); then
|
||||
error "Failed to download $LOC, reason: $rc" && exit 60
|
||||
fi
|
||||
SUM="skip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user