1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

fix removal

This commit is contained in:
yalh76 2020-04-16 01:53:52 +02:00
parent 1827366092
commit 103d7e46c4

View file

@ -64,10 +64,10 @@ ynh_secure_remove --file="/etc/cron.d/$app"
ynh_secure_remove --file="/etc/apt/sources.list.d/collabora.list"
# Remove a directory securely
ynh_secure_remove --file="/etc/loolwsd/"
ynh_secure_remove --file="/etc/loolwsd"
# Remove the log files
ynh_secure_remove --file="/var/log/$app/"
ynh_secure_remove --file="/var/log/$app"
#=================================================
# GENERIC FINALIZATION