summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-03-23 21:29:55 +0100
committerbbaetz%student.usyd.edu.au <>2002-03-23 21:29:55 +0100
commit962489b3dbfde71ac5c896794b42a3302d7e905f (patch)
tree4379b87a0f9d1f98aa41355ed64ceb216ea5762a /checksetup.pl
parent9682abb91244156f5106b0e9abf7cdb19f5f98fa (diff)
downloadbugzilla-962489b3dbfde71ac5c896794b42a3302d7e905f.tar.gz
bugzilla-962489b3dbfde71ac5c896794b42a3302d7e905f.tar.xz
Bug 131659 - need to fixPerms the css directory
r=mattyt, justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index cbc23a2d9..5e9006ba3 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -858,6 +858,7 @@ EOF
fixPerms('data/webdot/.htaccess', $<, $webservergid, 027);
fixPerms('*', $<, $webservergid, 027);
fixPerms('template', $<, $webservergid, 027, 1);
+ fixPerms('css', $<, $webservergid, 027, 1);
chmod 0644, 'globals.pl';
chmod 0644, 'RelationSet.pm';
chmod 0771, 'data';
@@ -870,6 +871,7 @@ EOF
fixPerms('data/webdot/.htaccess', $<, $gid, 022);
fixPerms('*', $<, $gid, 022);
fixPerms('template', $<, $gid, 022, 1);
+ fixPerms('css', $<, $gid, 022, 1);
chmod 01777, 'data', 'graphs';
}