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 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", 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"