mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix final_dir perms
This commit is contained in:
parent
10d619007f
commit
050dc891af
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,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 $fina_path
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
|
Loading…
Add table
Reference in a new issue