1
0
Fork 0
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:
polytan02 2017-02-24 19:28:36 +00:00
parent b991341119
commit e6c5dd093a

View file

@ -11,7 +11,7 @@ domain=$(ynh_app_setting_get $app domain)
ynh_mysql_drop_db $app
# Remove installed files
SECURE_REMOVE '/var/www/${app}'
SECURE_REMOVE '/var/www/$app'
REMOVE_NGINX_CONF
REMOVE_FPM_CONF