From 125ad1812d47b6c558bd86eef720d7d470eff99a Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Sat, 30 Jun 2018 15:57:09 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6807585..bcf8f7b 100644 --- a/scripts/install +++ b/scripts/install @@ -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