1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-10 08:40:04 +02:00
parent 454a898f81
commit e3fe97847b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -115,7 +115,7 @@ ynh_script_progression --message="Creating the data directory..." --weight=1
data_path=/home/yunohost.app/$app data_path=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=data_path --value=$data_path ynh_app_setting_set --app=$app --key=data_path --value=$data_path
mkdir -p $datadir mkdir -p $data_path
chmod 750 "$data_path" chmod 750 "$data_path"
chmod -R o-rwx "$data_path" chmod -R o-rwx "$data_path"