From 08b70b3833c1e75d5003749177cff1081258e308 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:28:57 +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 0be0b59..9f6a5cf 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,7 +28,6 @@ ynh_remove_systemd_config killall cjdroute # Remove other various files specific to the app... -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT