From e35becb8d748be8b9c924b4cad9ec127586aad13 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 26 Sep 2022 12:12:21 +0200 Subject: [PATCH] Fix upgrade (#65) * Fix upgrade * Bump package version * Auto-update README Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 463591d..95995af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in [AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. -**Shipped version:** 2.5.0~ynh1 +**Shipped version:** 2.5.0~ynh2 **Demo:** https://demo.yunohost.org/agendav/ diff --git a/README_fr.md b/README_fr.md index 60a62bf..ee77dd0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour [AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. -**Version incluse :** 2.5.0~ynh1 +**Version incluse :** 2.5.0~ynh2 **Démo :** https://demo.yunohost.org/agendav/ diff --git a/manifest.json b/manifest.json index abe3701..3f122cd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "CalDAV web client", "fr": "Client web pour CalDAV" }, - "version": "2.5.0~ynh1", + "version": "2.5.0~ynh2", "url": "http://agendav.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/upgrade b/scripts/upgrade index 2e68986..50efd41 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -112,7 +112,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="$final_path"--keep="web/config/settings.php" + ynh_setup_source --dest_dir="$final_path" --keep="web/config/settings.php" fi chmod 750 "$final_path"