From 44e4bc79a2435f3ebd4fecc757ae768650e2cfd2 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:45:54 +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 99fca0c..5df7c81 100755 --- a/scripts/remove +++ b/scripts/remove @@ -33,7 +33,6 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT