fix: Curl error on Chinese mirror

This commit is contained in:
Kroese 2024-04-26 16:31:38 +02:00 committed by GitHub
parent 39c019193e
commit bb76a65ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"