[macOS] Add http code 404 to download with retry function (#1868)

This commit is contained in:
Mikhail Timofeev
2020-10-21 22:22:04 +03:00
committed by GitHub
parent fd13547286
commit 1e5b70df37

View File

@@ -12,7 +12,7 @@ download_with_retries() {
--wait 30 \ --wait 30 \
--retry-connrefused \ --retry-connrefused \
--retry-on-host-error \ --retry-on-host-error \
--retry-on-http-error=429,500,502,503 \ --retry-on-http-error=404,429,500,502,503 \
--no-verbose --no-verbose
if [ $? != 0 ]; then if [ $? != 0 ]; then