mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers2.1: zzzz
This commit is contained in:
parent
f2b5f0f22c
commit
fcaa366e91
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ _ynh_apply_default_permissions() {
|
|||
fi
|
||||
# Files inside should be owned by $app with rw-r----- (+x for folders or files that already have +x)
|
||||
# The group needs read/dirtraversal (in particular if it's www-data)
|
||||
chmod -R u=rwX,g=r-X,o=--- "$target"
|
||||
chmod -R u=rwX,g=rX,o=--- "$target"
|
||||
chown -R "$app:$group" "$target"
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue