X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9d9a9076d9789ab197920673197ed74d34c33736..437f44f537a12c60bd0aa083540332e6874377bf:/doc/bugs/Index_files_have_wrong_permissions.mdwn

diff --git a/doc/bugs/Index_files_have_wrong_permissions.mdwn b/doc/bugs/Index_files_have_wrong_permissions.mdwn
index 1aca0a61f..7493772bd 100644
--- a/doc/bugs/Index_files_have_wrong_permissions.mdwn
+++ b/doc/bugs/Index_files_have_wrong_permissions.mdwn
@@ -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]]