]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Index_files_have_wrong_permissions.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / Index_files_have_wrong_permissions.mdwn
index 1aca0a61fcb819531bb22060a2ed15770046368d..7493772bdf2cfc4d5aa73d3254efd5aed1f63f50 100644 (file)
@@ -7,3 +7,8 @@ ikiwiki has files that are not group-readable:
 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? 
 
  -- [[JosephTurian]]
+
+> My index files have the correct permissions. Have you tried setting 'umask => 022' in your ikiwiki.setup file?
+>   -- [[HenrikBrixAndersen]]
+
+> > Thanks Henrik, that worked. Bug is [[bugs/done]]. -- [[JosephTurian]]