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 65e8b73 commit bdc167cCopy full SHA for bdc167c
bin/v-restore-user
@@ -588,7 +588,7 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
588
cp -f $tmpdir/mail/$domain/$backup_system/$domain.conf $USER_DATA/mail/
589
590
# Rebuilding mail config
591
- rebuild_mail_domain_conf
+ v-rebuild-mail-domains $user
592
593
domain_idn=$domain
594
format_domain_idn
@@ -617,6 +617,14 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
617
-exec chown $exim_user {} \;
618
619
done
620
+
621
+ # Restarting web server
622
+ $BIN/v-restart-web
623
+ check_result $? "Web restart failed"
624
+ if [ ! -z "$PROXY_SYSTEM" ]; then
625
+ $BIN/v-restart-proxy
626
+ check_result $? "Proxy restart failed"
627
+ fi
628
fi
629
630
# Restoring databases
0 commit comments