mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
fix
This commit is contained in:
parent
da39c8d5f2
commit
3bd9309c90
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ fi
|
|||
chown -R root: $final_path
|
||||
|
||||
# Wiki needs to write inside these folders. Make "Wiki" owner
|
||||
chown -R $app:root $final_path/{var}
|
||||
chown -R $app:root $final_path/var
|
||||
|
||||
# Allow access to public assets like style sheets
|
||||
find $final_path/templates -type f -print0 | xargs -0 chmod 0644
|
||||
|
|
Loading…
Add table
Reference in a new issue