fixed webroot permissions issue
git-svn-id: svn://192.168.202.10@1173 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1
-1
@@ -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/`;
|
||||
|
||||
Reference in New Issue
Block a user