1
0
Fork 0
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:
ericgaspar 2022-05-21 15:29:47 +02:00
parent f83ccadae5
commit 3d000a5993
No known key found for this signature in database
GPG key ID: 574F281483054D44

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"