mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue