summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/download.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/download.inc b/modules/download.inc
index 1b5d67c..c1b0912 100644
--- a/modules/download.inc
+++ b/modules/download.inc
@@ -5,7 +5,7 @@ download() {
}
download_retry() {
- for delay in {1..3} ""; do
+ for delay in 1 2 3 ""; do
if download --retry-max-time 12 "$@"; then
return 0
fi