1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Double quote sur SECURE_REMOVE + saut de ligne à la dernière ligne

This commit is contained in:
magikcypress 2017-03-10 20:36:07 +01:00
parent 6652132cfd
commit de1fd92d55
2 changed files with 3 additions and 3 deletions

View file

@ -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
echo -e "\e[0m" # Restore normal color

View file

@ -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
sudo service nginx reload || true