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:
parent
1827366092
commit
103d7e46c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue