summaryrefslogtreecommitdiffstats
path: root/modules.d/conf-tgz/hooks/fetch-config-tgz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/conf-tgz/hooks/fetch-config-tgz.sh')
-rwxr-xr-xmodules.d/conf-tgz/hooks/fetch-config-tgz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/conf-tgz/hooks/fetch-config-tgz.sh b/modules.d/conf-tgz/hooks/fetch-config-tgz.sh
index 26e705b2..5fa96de7 100755
--- a/modules.d/conf-tgz/hooks/fetch-config-tgz.sh
+++ b/modules.d/conf-tgz/hooks/fetch-config-tgz.sh
@@ -18,7 +18,7 @@ if [ -z "$SLX_NO_CONFIG_TGZ" ]; then
fi
fi
info "Download config.tgz from '$conftgz_url'..."
- slx-tools download_retry -s "${conftgz_url}" > "/etc/config.tgz"
+ slx-tools download_retry --slx-time 20 -sS "${conftgz_url}" > "/etc/config.tgz"
if [[ ! -s "/etc/config.tgz" ]]; then
warn "Failed to download '${conftgz_url}'!"