From a34c5706716001f645c9d72b307e682bca3b2462 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Sep 2021 11:34:33 +0200 Subject: [download] fix {x..y} not supported in ash --- modules/download.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522