From 656198ef49c21e49d7e091c1f250244fef86e240 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:12:38 +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 a0ce8e0..1b16a3e 100644 --- a/scripts/remove +++ b/scripts/remove @@ -32,7 +32,6 @@ pkill -f seahub || true if [ "$YNH_APP_PURGE" -eq 1 ]; then ynh_script_progression --message="Removing logs..." - ynh_secure_remove --file=/var/log/"$app" fi ynh_script_progression --message="Removing code..." ynh_secure_remove --file=/var/www/"$app"