mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Create user_files
folder for uploading files
This commit is contained in:
parent
0cf4fb775f
commit
0f12c8c7b4
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue