We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d61a2 commit 506bc56Copy full SHA for 506bc56
bin/v-add-web-domain
@@ -75,7 +75,7 @@ fi
75
76
# Defining vars for add_config function
77
group="$user"
78
-email="$user@$domain"
+email="info@$domain"
79
docroot="$HOMEDIR/$user/web/$domain/public_html"
80
tpl_file="$WEBTPL/$WEB_SYSTEM/$template.tpl"
81
conf="$HOMEDIR/$user/conf/web/$WEB_SYSTEM.conf"
func/domain.sh
@@ -385,7 +385,7 @@ del_web_config() {
385
# Update web domain values
386
upd_web_domain_values() {
387
388
- email="$user@$domain"
+ email="info@$domain"
389
390
sdocroot=$docroot
391
if [ "$SSL_HOME" = 'single' ]; then
0 commit comments