From 7884b1771400957bfc57c63c4296624751831c94 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:23:49 +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 4120411..884633d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -53,7 +53,6 @@ ynh_secure_remove --file="/var/lib/$app" ynh_secure_remove --file="/etc/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" # Remove Metronome component ynh_secure_remove --file="/etc/metronome/conf.d/$app.cfg.lua"