diff options
| -rwxr-xr-x | builder/modules.d/conf-tgz/hooks/fetch-config-tgz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/conf-tgz/hooks/fetch-config-tgz.sh b/builder/modules.d/conf-tgz/hooks/fetch-config-tgz.sh index 4bef54ac..079d45be 100755 --- a/builder/modules.d/conf-tgz/hooks/fetch-config-tgz.sh +++ b/builder/modules.d/conf-tgz/hooks/fetch-config-tgz.sh @@ -27,7 +27,7 @@ exceptions.try fi fi logging.info "Download config.tgz from '$conftgz_url'..." - slx-tools download_retry "${conftgz_url}" > "/etc/config.tgz" + slx-tools download_retry -s "${conftgz_url}" > "/etc/config.tgz" if [[ ! -s "/etc/config.tgz" ]]; then logging.warn \ |
