From de1fd92d553d7025641aa9cdd5535c8dcd77e90b Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 10 Mar 2017 20:36:07 +0100 Subject: [PATCH] =?UTF-8?q?Double=20quote=20sur=20SECURE=5FREMOVE=20+=20sa?= =?UTF-8?q?ut=20de=20ligne=20=C3=A0=20la=20derni=C3=A8re=20ligne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/remove | 4 ++-- scripts/restore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 18ceacc..c9bed7a 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 @@ -21,4 +21,4 @@ REMOVE_FPM_CONF # Deleting the php-fpm pool configuration # Reload SSOwat configuration sudo yunohost app ssowatconf -echo -e "\e[0m" # Restore normal color \ No newline at end of file +echo -e "\e[0m" # Restore normal color diff --git a/scripts/restore b/scripts/restore index 876b44d..39bf9ab 100644 --- a/scripts/restore +++ b/scripts/restore @@ -55,4 +55,4 @@ sudo cp -a ./php-fpm.ini "$phpfpm_ini" # Reload services sudo service php5-fpm reload || true -sudo service nginx reload || true \ No newline at end of file +sudo service nginx reload || true