From bb0387fe0bebe7b76b99ab78f6ad3b11c188530f Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 19 Jun 2011 17:37:13 +0300 Subject: [PATCH] renamed template procedure --- bin/v_add_web_domain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v_add_web_domain b/bin/v_add_web_domain index f7ef8c95..ead30ba9 100755 --- a/bin/v_add_web_domain +++ b/bin/v_add_web_domain @@ -138,7 +138,7 @@ chmod 551 $V_HOME/$user/domains/$domain/stats chmod 551 $V_HOME/$user/domains/$domain/logs chmod 640 /var/log/httpd/domains/$domain.* -# Running template post setup file +# Running template trigger if [ -e $V_WEBTPL/apache_$template.sh ]; then $V_WEBTPL/apache_$template.sh $user $domain $ip $V_HOME $docroot $port fi