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:
parent
454a898f81
commit
e3fe97847b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue