1
0
Fork 0
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:
frju365 2018-06-30 15:57:09 +02:00 committed by GitHub
parent 57424231fd
commit 125ad1812d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,6 @@ ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path" ynh_setup_source "$final_path"
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP
#================================================= #=================================================
@ -121,7 +120,7 @@ popd
# Cleaning # Cleaning
#================================================= #=================================================
ynh_secure_remove /var/www/$app/install/ ynh_secure_remove $final_path/install/
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION