Commit 0e583bdb authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 107513: Makes it possible to change parameters on an installation…

Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user. Patch by Myk Melez <myk@mozilla.org>. r=justdave,bbaetz
parent b1a63473
......@@ -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';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment