1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Fix progress infos

This commit is contained in:
Pierre Bourré 2019-01-26 15:20:50 +01:00
parent 2c14e80a2b
commit e251185615

View file

@ -110,7 +110,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