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