mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
Update install
This commit is contained in:
parent
f83ccadae5
commit
3d000a5993
1 changed files with 1 additions and 1 deletions
|
@ -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