From fbb52877efa1981dc789eab67026ac89dae9596a Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 29 Jun 2009 04:36:28 +0000 Subject: [PATCH] fixed webroot permissions issue git-svn-id: svn://192.168.202.10@1173 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/trunk/install.pl b/agc_2-X/trunk/install.pl index 9da80814..ee2bd0d4 100644 --- a/agc_2-X/trunk/install.pl +++ b/agc_2-X/trunk/install.pl @@ -2238,7 +2238,7 @@ if ($NOWEB < 1) `cp -f -R ./www/* $PATHweb/`; print "setting web scripts to executable...\n"; - `chmod 0666 $PATHweb`; + `chmod 0777 $PATHweb/`; `chmod -R 0755 $PATHweb/agc/`; `chmod -R 0755 $PATHweb/astguiclient/`; `chmod -R 0755 $PATHweb/vicidial/`;