From fe10ec8b9a55726a9bebffdf0daacbee3e05d4cb Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:42:30 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#69) Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 5e432a1..2d6010c 100755 --- a/scripts/remove +++ b/scripts/remove @@ -57,7 +57,6 @@ ynh_secure_remove --file="/etc/matrix-$synapse_instance/app-service/$app.yaml" /opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh || ynh_die --message="Synapse can't restart with the appservice configuration" # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT