fix: Correct default file and folder permissions
This commit is contained in:
parent
4c8fd869f7
commit
90cdec87b4
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ IFS="
|
|||
site=friendica.example.net
|
||||
user=friendica
|
||||
group=friendica
|
||||
fileperm=644
|
||||
folderperm=755
|
||||
fileperm=640
|
||||
folderperm=750
|
||||
folder=/var/www/friendica
|
||||
folderescaped=${folder////\\/}
|
||||
tmpfile=/tmp/friendica-fix-avatar-permissions.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue