mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
Added missing format_domain_idn in v-restore-user
This commit is contained in:
parent
19e49efac1
commit
a005c3e24a
1 changed files with 2 additions and 0 deletions
|
@ -568,6 +568,8 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
|
||||||
# Rebuilding mail config
|
# Rebuilding mail config
|
||||||
rebuild_mail_domain_conf
|
rebuild_mail_domain_conf
|
||||||
|
|
||||||
|
format_domain_idn
|
||||||
|
|
||||||
# Restoring emails
|
# Restoring emails
|
||||||
if [ -e "$tmpdir/mail/$domain/accounts.tar.gz" ]; then
|
if [ -e "$tmpdir/mail/$domain/accounts.tar.gz" ]; then
|
||||||
tar -xzpf $tmpdir/mail/$domain/accounts.tar.gz \
|
tar -xzpf $tmpdir/mail/$domain/accounts.tar.gz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue