summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index bc8f9601e..6ae737c78 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -877,7 +877,8 @@ EOF
fixPerms('*', $<, $gid, 022);
fixPerms('template', $<, $gid, 022, 1);
fixPerms('css', $<, $gid, 022, 1);
- chmod 01777, 'data', 'graphs';
+ chmod 0777, 'data';
+ chmod 01777, 'graphs';
}