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
20815ed7f2
commit
4dd63b7c0b
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,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
|
||||
|
||||
#=================================================
|
||||
# WARNING ABOUT THIRD-PARTY APPS
|
||||
|
|
Loading…
Add table
Reference in a new issue