From: HenrikBrixAndersen Date: Mon, 18 Aug 2008 21:22:34 +0000 (-0400) Subject: Add suggestion X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bebfceda30244c8644a91f4507e31cc6780bc142 Add suggestion --- diff --git a/doc/bugs/Index_files_have_wrong_permissions.mdwn b/doc/bugs/Index_files_have_wrong_permissions.mdwn index 1aca0a61f..22b8d9dbf 100644 --- a/doc/bugs/Index_files_have_wrong_permissions.mdwn +++ b/doc/bugs/Index_files_have_wrong_permissions.mdwn @@ -7,3 +7,6 @@ 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]]