mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-16 23:30:40 +08:00
fix: Curl error on Chinese mirror
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user