mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
replaced $user@$domain with info@$domain. Closes #76
This commit is contained in:
parent
18d61a29b2
commit
506bc56dfe
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ fi
|
|||
|
||||
# Defining vars for add_config function
|
||||
group="$user"
|
||||
email="$user@$domain"
|
||||
email="info@$domain"
|
||||
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
||||
tpl_file="$WEBTPL/$WEB_SYSTEM/$template.tpl"
|
||||
conf="$HOMEDIR/$user/conf/web/$WEB_SYSTEM.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue