Procházet zdrojové kódy

Added missing format_domain_idn in v-restore-user

dpeca před 9 roky
rodič
revize
a005c3e24a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      bin/v-restore-user

+ 2 - 0
bin/v-restore-user

@@ -567,6 +567,8 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
 
         # Rebuilding mail config
         rebuild_mail_domain_conf
+        
+        format_domain_idn
 
         # Restoring emails
         if [ -e "$tmpdir/mail/$domain/accounts.tar.gz" ]; then