summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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
}