1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Update install

This commit is contained in:
ndx1905-github 2023-09-27 20:04:36 +02:00 committed by GitHub
parent b5e657d605
commit 46eff9f701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@ datadir=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
mkdir -p $datadir
mkdir -p $datadir/user_files
chmod 750 "$datadir"
chmod -R o-rwx "$datadir"