mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix final_path perms
This commit is contained in:
parent
4dd63b7c0b
commit
9aaa75b9c4
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ find $datadir/ -type f -print0 | xargs -0 chmod 0640
|
|||
find $datadir/ -type d -print0 | xargs -0 chmod 0750
|
||||
chmod 640 "$final_path/config/config.php"
|
||||
chmod 755 /home/yunohost.app
|
||||
chmod 750 $final_path
|
||||
|
||||
# Iterate over users to extend their home folder permissions - for the external
|
||||
# storage plugin usage - and create relevant Nextcloud directories
|
||||
|
|
Loading…
Add table
Reference in a new issue