From 3d000a59930df4cf496428b485bf753fb83553a7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 21 May 2022 15:29:47 +0200 Subject: [PATCH 1/3] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8acf17c..929fecb 100755 --- a/scripts/install +++ b/scripts/install @@ -129,7 +129,7 @@ ynh_script_progression --message="Creating a data directory..." --weight=1 datadir=/home/yunohost.app/$app ynh_app_setting_set --app=$app --key=datadir --value=$datadir -mkdir -p $datadir +mkdir -p $datadir/{attachments,users,app_data} chmod 750 "$datadir" chmod -R o-rwx "$datadir" From de92522949d9460c4c3371a89db5b1df50fb8952 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 21 May 2022 15:34:48 +0200 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b9c2ff9..ff88d35 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Lightweight Open Source webmail written in PHP and JavaScript", "fr": "Webmail Open Source léger écrit en PHP et JavaScript" }, - "version": "1.3.0~ynh1", + "version": "1.3.0~ynh2", "url": "https://cypht.org", "upstream": { "license": "LGPL-2.1-only", From f1c1c4ed641c777afa5c7de55c27b487f833b346 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 21 May 2022 13:34:53 +0000 Subject: [PATCH 3/3] 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 08c9872..bb04e58 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.3.0~ynh1 +**Shipped version:** 1.3.0~ynh2 diff --git a/README_fr.md b/README_fr.md index ed5dea4..14ad55b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Version incluse :** 1.3.0~ynh1 +**Version incluse :** 1.3.0~ynh2