From 9c526f53523b38756bb0f02143a455c24d7cbc4f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:33:16 +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 9e2e049..e1b81b8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -31,6 +31,5 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove the log files -ynh_secure_remove --file="/var/log/$app" ynh_script_progression --message="Removal of $app completed" --last \ No newline at end of file