diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index 8a141a0671b3..e92e90ece4c1 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/checksetup.pl @@ -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 }