From 9aa5ef05c8b45bcb7ef6ede103dd35cbffd46a9c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:08:43 +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 b1fcd93..f8366b2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Eleventy is a simpler static site generator. * 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 62b370b..b48bc7a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Eleventy est un générateur de site statique. * 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 9b835ea82717c7769a5c2fc0d964c76896051d6b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:04:18 +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 043483b..805d790 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -29,7 +29,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep = ".eleventy.js" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep = ".eleventy.js" fi chown -R $app:www-data "$install_dir"