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