From 13a878086f83e22c92e824a1289c9d8b4b0a3bf9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 13:59:29 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ff9ca3b..064c0aa 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ BlogoText is a lightweight Blog-Engine. * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 85ae0d3..b41de7a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,6 +40,7 @@ BlogoText est un moteur de blog léger. * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From ea24165fc324b68e4f7d7608d5164407078181ee Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 15:39:51 +0100 Subject: [PATCH 2/2] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7082d4e..ae2ba84 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -26,7 +26,7 @@ then ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config/settings.php" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config/settings.php" fi chmod -R o-rwx "$install_dir"