From 2698a8215fe9551c2b4ee7decf65b1a9f3d7ee5f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:22:18 +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 3f5340a..761b20d 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