mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
bugfixes found while migration on linkjunk
This commit is contained in:
parent
e96a2d02c4
commit
652754e62c
2 changed files with 2 additions and 1 deletions
|
@ -367,6 +367,7 @@ upd_web_domain_values() {
|
|||
group="$user"
|
||||
email="$user@$domain"
|
||||
docroot="$HOMEDIR/$user/web/$domain/public_html"
|
||||
sdocroot=$docroot
|
||||
if [ "$SSL_HOME" = 'single' ]; then
|
||||
sdocroot="$HOMEDIR/$user/web/$domain/public_shtml" ;
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue