From 18906059e65cfa52b21278c9d3e0afe0b89c1dc9 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:23:20 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 70d4055..bccba95 100755 --- a/scripts/remove +++ b/scripts/remove @@ -33,7 +33,6 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove the log file -ynh_secure_remove --file="/var/log/$app" # If the user attempted to upgrade from an older MariaDB-based version, but the upgrade failed, # the 'remove' action will automatically remove the PostgreSQL database – but doesn't know