1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00
This commit is contained in:
farvardin 2020-03-01 12:58:03 +01:00
parent da39c8d5f2
commit 3bd9309c90

View file

@ -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