mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update on secure_remove
This commit is contained in:
parent
b991341119
commit
e6c5dd093a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ domain=$(ynh_app_setting_get $app domain)
|
||||||
ynh_mysql_drop_db $app
|
ynh_mysql_drop_db $app
|
||||||
|
|
||||||
# Remove installed files
|
# Remove installed files
|
||||||
SECURE_REMOVE '/var/www/${app}'
|
SECURE_REMOVE '/var/www/$app'
|
||||||
REMOVE_NGINX_CONF
|
REMOVE_NGINX_CONF
|
||||||
REMOVE_FPM_CONF
|
REMOVE_FPM_CONF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue