mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update install
This commit is contained in:
parent
57424231fd
commit
125ad1812d
1 changed files with 1 additions and 2 deletions
|
@ -85,7 +85,6 @@ ynh_app_setting_set $app final_path $final_path
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC SETUP
|
||||
#=================================================
|
||||
|
@ -121,7 +120,7 @@ popd
|
|||
# Cleaning
|
||||
#=================================================
|
||||
|
||||
ynh_secure_remove /var/www/$app/install/
|
||||
ynh_secure_remove $final_path/install/
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue