From b5c5bc1a35fd0772453181fc9939f0ae2097aeb5 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 10 Mar 2017 21:39:45 +0100 Subject: [PATCH] Simple cote sur SECURE_REMOVE dans remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index c9bed7a..99175f3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -12,7 +12,7 @@ domain=$(ynh_app_setting_get $app domain) REMOVE_BDD $app # Deleting the database and the associated user. -SECURE_REMOVE "/var/www/${app}" # Removing the application folder +SECURE_REMOVE '/var/www/$app' # Removing the application folder REMOVE_NGINX_CONF # Deleting the nginx configuration