mirror of
https://github.com/YunoHost-Apps/archivebox_ynh.git
synced 2024-09-03 18:15:54 +02:00
[autopatch] Do not delete logs on app removal (#41)
Co-authored-by: Yunohost-Bot <> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
This commit is contained in:
parent
2d8b890c08
commit
9bc4b7c5f5
2 changed files with 1 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "ArchiveBox"
|
||||||
description.en = "Archiving solution to collect, save, and view sites you want to preserve offline"
|
description.en = "Archiving solution to collect, save, and view sites you want to preserve offline"
|
||||||
description.fr = "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne"
|
description.fr = "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne"
|
||||||
|
|
||||||
version = "0.7.2~ynh2"
|
version = "0.7.2~ynh3"
|
||||||
|
|
||||||
maintainers = ["Max Fowler"]
|
maintainers = ["Max Fowler"]
|
||||||
|
|
||||||
|
|
|
@ -30,9 +30,6 @@ ynh_remove_logrotate
|
||||||
# Remove the dedicated NGINX config
|
# Remove the dedicated NGINX config
|
||||||
ynh_remove_nginx_config
|
ynh_remove_nginx_config
|
||||||
|
|
||||||
# Remove the log files
|
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue