From d07e2fd375897df51cb5edd9811cfeb897162ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 23 Jun 2024 14:36:39 +0200 Subject: [PATCH 1/2] Update READMEs --- ALL_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) From b21171823fb39ca2c84df2244d3536249bdff1c1 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:20:53 +0200 Subject: [PATCH 2/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 c51133d..bd0b4d3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -37,7 +37,6 @@ ynh_remove_logrotate # Remove other various files specific to the app... such as : -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT