]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 107513: Makes it possible to change parameters on an installation where...
authormyk%mozilla.org <>
Tue, 2 Apr 2002 05:38:58 +0000 (05:38 +0000)
committermyk%mozilla.org <>
Tue, 2 Apr 2002 05:38:58 +0000 (05:38 +0000)
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,bbaetz

checksetup.pl

index bc8f9601e01804221a6d7cae8c21f12895575d0e..6ae737c78322b7a885e973a75218b7021cbfbe2b 100755 (executable)
@@ -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';
 }