]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 71510: permissions not set correctly on graphs directory
authordave%intrec.com <>
Sat, 10 Mar 2001 07:19:51 +0000 (07:19 +0000)
committerdave%intrec.com <>
Sat, 10 Mar 2001 07:19:51 +0000 (07:19 +0000)
checksetup.pl

index 8a141a0671b371c7540fe899d5c99e025d0bbb9b..e92e90ece4c10d44d37071866962d6f8a83d4261 100755 (executable)
@@ -543,7 +543,7 @@ if ($my_webservergroup) {
     }
 
     # make sure that contrib keeps the permissions it had (don't touch it)
-    chmod 0770, 'data', 'shadow';
+    chmod 0770, 'data', 'shadow', 'graphs';
     chmod 0666, glob('data/*');
     chmod 0777, glob('data/*/'); # directories stay executable
 }