replaced $user@$domain with info@$domain. Closes #76

This commit is contained in:
Serghey Rodin 2013-06-26 09:51:48 +03:00
commit 506bc56dfe
2 changed files with 2 additions and 2 deletions

View file

@ -385,7 +385,7 @@ del_web_config() {
# Update web domain values
upd_web_domain_values() {
group="$user"
email="$user@$domain"
email="info@$domain"
docroot="$HOMEDIR/$user/web/$domain/public_html"
sdocroot=$docroot
if [ "$SSL_HOME" = 'single' ]; then