From 8a72dd25c08d955174a123767440ba8e156ed96e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:26:02 +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 555f223..92bbd21 100755 --- a/scripts/remove +++ b/scripts/remove @@ -55,7 +55,6 @@ yunohost service remove $app ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT