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/`;