From 25b93a82b2bf0fa2cdd79ed4e6b22293fe886564 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:11:10 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 299477f..d4504aa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note: * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 8ded82e..c55f31c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note: * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 140d3a0a22618d114cf297cb12c464b6722bdd7f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:04:32 +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 0e0721e..474e3ab 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,7 +54,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=".env storage/upload storage/export" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env storage/upload storage/export" fi chmod -R o-rwx "$install_dir"