From 03ed2a52d525aba1c312f9ca961f821635f1b9b7 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:33:35 +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 90333b3..75962e2 100755 --- a/scripts/remove +++ b/scripts/remove @@ -36,7 +36,6 @@ ynh_remove_logrotate ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" # Remove the passwd file ynh_secure_remove --file="/etc/mosquitto/passwd"