fixed webroot permissions issue

git-svn-id: svn://192.168.202.10@1173 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-06-29 04:36:28 +00:00
parent 59f5cf22ee
commit fbb52877ef
+1 -1
View File
@@ -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/`;