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:
parent
6652132cfd
commit
de1fd92d55
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue