1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cypht_ynh.git synced 2024-09-03 18:26:09 +02:00

Merge pull request #1 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-05-21 15:36:24 +02:00 committed by GitHub
commit 626c7397cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

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

View file

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