From 2596ccdbeb7a9c1bd324cc4d0d4478725a5685ff Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 6 Aug 2019 13:50:46 +0200 Subject: [dnbd3-rfs] suppress curl default output --- builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder') 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" -- cgit v1.2.3-55-g7522