mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update remove
This commit is contained in:
parent
d71a4615bf
commit
79b185501d
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,7 @@ ynh_secure_remove --file=/var/lib/dpkg/info/onlyoffice-documentserver.prerm
|
||||||
# So instead, we trick it with this stupid link to /bin/true which is removed
|
# So instead, we trick it with this stupid link to /bin/true which is removed
|
||||||
# right after.
|
# right after.
|
||||||
#ln -s /bin/true /usr/local/bin/supervisorctl
|
#ln -s /bin/true /usr/local/bin/supervisorctl
|
||||||
ynh_package_autopurge "onlyoffice-documentserver"
|
ynh_package_autopurge onlyoffice-documentserver
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE THE POSTGRESQL DATABASE
|
# REMOVE THE POSTGRESQL DATABASE
|
||||||
|
@ -86,7 +86,6 @@ ynh_script_progression --message="Removing file..."
|
||||||
# Remove a directory securely
|
# Remove a directory securely
|
||||||
ynh_secure_remove --file="/etc/onlyoffice"
|
ynh_secure_remove --file="/etc/onlyoffice"
|
||||||
ynh_secure_remove --file="/var/lib/onlyoffice"
|
ynh_secure_remove --file="/var/lib/onlyoffice"
|
||||||
#ynh_secure_remove --file="/var/cache/nginx/onlyoffice"
|
|
||||||
|
|
||||||
# Remove the log files
|
# Remove the log files
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
ynh_secure_remove --file="/var/log/$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue