Fix curl retry

This commit is contained in:
TheSpad 2022-07-22 15:56:21 +01:00
parent 303d9e527a
commit ae04d9f853
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

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