Merge pull request #88 from linuxserver/focal-modcurl2

remove retry-all-errors from curl as focal version is too old
pull/93/head focal-2c335950-ls72
aptalca 2022-04-25 21:37:16 -04:00 zatwierdzone przez GitHub
commit e462764d3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,7 @@ for DOCKER_MOD in "${DOCKER_MODS[@]}"; do
echo "[mod-init] ${DOCKER_MOD} at ${SHALAYER} has been previously applied skipping"
else
# Download and extract layer to /
curl -f --retry 10 --retry-max-time 60 --retry-all-errors \
curl -f --retry 10 --retry-max-time 60 --retry-connrefused \
--silent \
--location \
--request GET \