diff options
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh b/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh index 5096be9b..a1f8995c 100755 --- a/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh +++ b/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh @@ -31,7 +31,7 @@ fi config_path="/etc/openslx.tmp" logging.info "Downloading '$config_url'..." -slx-tools download_retry "$config_url" > "$config_path" +slx-tools download_retry -s "$config_url" > "$config_path" if [ ! -s "$config_path" ] ; then logging.warn "Downloading OpenSLX configuration file from '$config_url' failed with: $return_code" |
