renamed template procedure

This commit is contained in:
Serghey Rodin 2011-06-19 17:37:13 +03:00
commit bb0387fe0b

View file

@ -138,7 +138,7 @@ chmod 551 $V_HOME/$user/domains/$domain/stats
chmod 551 $V_HOME/$user/domains/$domain/logs chmod 551 $V_HOME/$user/domains/$domain/logs
chmod 640 /var/log/httpd/domains/$domain.* chmod 640 /var/log/httpd/domains/$domain.*
# Running template post setup file # Running template trigger
if [ -e $V_WEBTPL/apache_$template.sh ]; then if [ -e $V_WEBTPL/apache_$template.sh ]; then
$V_WEBTPL/apache_$template.sh $user $domain $ip $V_HOME $docroot $port $V_WEBTPL/apache_$template.sh $user $domain $ip $V_HOME $docroot $port
fi fi