web directiry change

This commit is contained in:
Serghey Rodin
2011-07-29 10:23:34 +03:00
parent cee14c1458
commit 5b7693ee23
28 changed files with 97 additions and 97 deletions

View File

@@ -7,7 +7,7 @@ home_dir="$4"
docroot="$5"
wrapper_script='#!/usr/bin/php-cgi -cphp5-cgi.ini'
wrapper_file="$home_dir/$user/domains/$domain/cgi-bin/php"
wrapper_file="$home_dir/$user/web/$domain/cgi-bin/php"
echo "$wrapper_script" > $wrapper_file
chown $user:$user $wrapper_file