missing domain argument

This commit is contained in:
Serghey Rodin 2013-02-20 19:56:21 +02:00
commit d83d960cdf

View file

@ -61,7 +61,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
$BIN/v-add-web-domain $user $domain $ip
retun_code=$?
if [ "$PROXY_SYSTEM" = 'nginx' ] && [ "$retun_code" -eq 0 ]; then
$BIN/v-add-web-domain-nginx $user
$BIN/v-add-web-domain-nginx $user $domain
fi
fi