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:
parent
2c14e80a2b
commit
e251185615
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ setup_source() {
|
||||||
if test -e "$local_src"; then # Use the local source file if it is present
|
if test -e "$local_src"; then # Use the local source file if it is present
|
||||||
cp $local_src $src_filename
|
cp $local_src $src_filename
|
||||||
else # If not, download the source
|
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
|
fi
|
||||||
|
|
||||||
# Check the control sum
|
# Check the control sum
|
||||||
|
|
Loading…
Reference in a new issue