From a269372aedfc09f5b50911f8cbfd127db72fb04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sat, 26 Jan 2019 15:15:53 +0100 Subject: [PATCH] Fix progress infos --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index cf6491a..7712935 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -152,7 +152,7 @@ setup_source() { if test -e "$local_src"; then # Use the local source file if it is present cp $local_src $src_filename else # If not, download the source - ynh_print_info $(wget -q --show-progress -O $src_filename $src_url) + wget -q --show-progress -O $src_filename $src_url fi # Check the control sum