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:
parent
41e4030655
commit
f83d1d52d7
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ CHECK_DOMAINPATH
|
||||||
path=$(ynh_normalize_url_path $path) # Vérifie et corrige la syntaxe du path.
|
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é.
|
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
|
# Copy files to the right place
|
||||||
final_path="/var/www/${app}"
|
final_path="/var/www/${app}"
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue