From 193a1a4e0c830ba35c81357ffd6bc68da80409cd Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 03:45:03 +0200 Subject: [PATCH 1/2] [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 3a39fdc..21e2419 100755 --- a/scripts/remove +++ b/scripts/remove @@ -54,7 +54,6 @@ ynh_remove_nginx_config ynh_script_progression --message="Removing various files..." # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT From 560e547b52dcec6f0443ea4b5ce99de341282350 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 23 Jun 2024 03:45:44 +0200 Subject: [PATCH 2/2] Update remove --- scripts/remove | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/remove b/scripts/remove index 21e2419..768f74d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -46,15 +46,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# SPECIFIC REMOVE -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." - -# Remove the log files - #================================================= # END OF SCRIPT #=================================================