From 9f9e5eac16181210e5b6fa68bc9003f67e9458c7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:12:58 +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 d24138d..5d6edb5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ GetSimple is an XML based, stand-alone, fully independent and lite Content Manag * 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 209ce70..15a422f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,7 +38,7 @@ GetSimple is an XML based, stand-alone, fully independent and lite Content Manag * 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 c2c0066945e9add8356d3466a7045f568b0289b2 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:04:53 +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 6342dcb..d1063b6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,7 +30,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=5 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="gsconfig.php data/ backups/" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="gsconfig.php data/ backups/" fi chmod -R o-rwx "$install_dir"