mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -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
|
# Defining vars for add_config function
|
||||||
group="$user"
|
group="$user"
|
||||||
email="$user@$domain"
|
email="info@$domain"
|
||||||
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
||||||
tpl_file="$WEBTPL/$WEB_SYSTEM/$template.tpl"
|
tpl_file="$WEBTPL/$WEB_SYSTEM/$template.tpl"
|
||||||
conf="$HOMEDIR/$user/conf/web/$WEB_SYSTEM.conf"
|
conf="$HOMEDIR/$user/conf/web/$WEB_SYSTEM.conf"
|
||||||
|
|
|
@ -385,7 +385,7 @@ del_web_config() {
|
||||||
# Update web domain values
|
# Update web domain values
|
||||||
upd_web_domain_values() {
|
upd_web_domain_values() {
|
||||||
group="$user"
|
group="$user"
|
||||||
email="$user@$domain"
|
email="info@$domain"
|
||||||
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
||||||
sdocroot=$docroot
|
sdocroot=$docroot
|
||||||
if [ "$SSL_HOME" = 'single' ]; then
|
if [ "$SSL_HOME" = 'single' ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue