1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Fix progress infos

This commit is contained in:
Pierre Bourré 2019-01-26 15:15:53 +01:00
parent 16eef49cbe
commit a269372aed

View file

@ -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