From 6652132cfdc556cf4ff2871b572e9ca28580093d Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 10 Mar 2017 17:22:36 +0100 Subject: [PATCH] Ajout d'une accolade dans remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 7f8d52d..18ceacc 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