From 0e583bdb0923a962fcef1af39896398862e13077 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 2 Apr 2002 05:38:58 +0000 Subject: 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 . r=justdave,bbaetz --- checksetup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') 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'; } -- cgit v1.2.3-24-g4f1b