summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authordave%intrec.com <>2001-03-10 08:19:51 +0100
committerdave%intrec.com <>2001-03-10 08:19:51 +0100
commit02b31fdc7e4bbddd7b6ab768f70736b4bc1281ee (patch)
tree1ae65d33f7940331548af77fb43d496921bf9410 /checksetup.pl
parent9d8a61ca77c9baf697942d63949ef0726e0e1a8f (diff)
downloadbugzilla-02b31fdc7e4bbddd7b6ab768f70736b4bc1281ee.tar.gz
bugzilla-02b31fdc7e4bbddd7b6ab768f70736b4bc1281ee.tar.xz
Fix for bug 71510: permissions not set correctly on graphs directory
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 8a141a067..e92e90ece 100755
--- a/checksetup.pl
+++ b/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
}