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

[fix] retrieve sources is now done with a f().

This commit is contained in:
Moul 2017-03-06 07:53:21 +01:00
parent 41e4030655
commit f83d1d52d7

View file

@ -19,9 +19,6 @@ CHECK_DOMAINPATH
path=$(ynh_normalize_url_path $path) # Vérifie et corrige la syntaxe du path.
CHECK_FINALPATH # Vérifie que le dossier de destination n'est pas déjà utilisé.
# Retrieve sources
wget -q -O jappix.tar.gz "$JAPPIX_SOURCE_URL"
# Copy files to the right place
final_path="/var/www/${app}"
ynh_app_setting_set $app final_path $final_path