ikiwiki/doc/bugs/Index_files_have_wrong_perm...

15 lines
608 B
Plaintext
Raw Normal View History

2008-08-18 18:10:10 +02:00
ikiwiki has files that are not group-readable:
-rw------- 1 joseph users 541 Aug 18 12:02 index.atom
-rw------- 1 joseph users 2328 Aug 18 12:02 index.html
-rw------- 1 joseph users 282 Aug 18 12:02 index.rss
I chmod a+r them, but then when I edit something through the web, its permissions are reverted to only user-readable. How do I resolve this?
2008-08-18 22:37:31 +02:00
-- [[JosephTurian]]
2008-08-18 23:22:34 +02:00
> My index files have the correct permissions. Have you tried setting 'umask => 022' in your ikiwiki.setup file?
> -- [[HenrikBrixAndersen]]
2008-08-19 02:53:59 +02:00
> > Thanks Henrik, that worked. Bug is [[bugs/done]]. -- [[JosephTurian]]