From 3cddf519f33f68376fa60c84df41c1a46c2d9ca1 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:58:14 +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 eea6ea7..b49ad97 100755 --- a/scripts/remove +++ b/scripts/remove @@ -54,7 +54,6 @@ fi ynh_script_progression --message="Removing various files..." # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT