diff options
-rw-r--r-- | modules/download.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/download.inc b/modules/download.inc index bbe4aae..5191922 100644 --- a/modules/download.inc +++ b/modules/download.inc @@ -4,7 +4,7 @@ download() { curl --location --max-redirs 5 --max-time 7 --connect-timeout 2 "$@" } -ownload_retry() { +download_retry() { download --retry 3 --retry-max-time 12 "$@" } |