mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
commit
626c7397cb
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue