From 02d684ae8ba767151d0859745321baff6594a911 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 --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 9da80814..ee2bd0d4 100644 --- a/install.pl +++ b/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/`;