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

[enh] wget, please be quiet.

This commit is contained in:
opi 2016-05-04 13:43:23 +02:00
parent b3038fb76a
commit 818cc77130
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ fi
path=${path%/}
# Retrieve sources
wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
wget -nv -q -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
# Copy files to the right place
final_path=/var/www/jappix

View file

@ -21,7 +21,7 @@ fi
path=${path%/}
# Retrieve sources
wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
wget -nv -q -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
# Copy files to the right place
final_path=/var/www/jappix