mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Simple cote sur SECURE_REMOVE dans remove
This commit is contained in:
parent
de1fd92d55
commit
b5c5bc1a35
1 changed files with 1 additions and 1 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