From 9bc4b7c5f5c4ac8a5c560224073396acb8225fb7 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 29 Jun 2024 15:16:47 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#41) Co-authored-by: Yunohost-Bot <> Co-authored-by: tituspijean --- manifest.toml | 2 +- scripts/remove | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6381471..a8a57f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ArchiveBox" 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" -version = "0.7.2~ynh2" +version = "0.7.2~ynh3" maintainers = ["Max Fowler"] diff --git a/scripts/remove b/scripts/remove index 0490353..3f380c1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -30,9 +30,6 @@ ynh_remove_logrotate # Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================