Skip to content

Commit f3a2b7e

Browse files
committed
Fix v-rebuild-web on restore.
1 parent 90732ed commit f3a2b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restore-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
588588
cp -f $tmpdir/mail/$domain/$backup_system/$domain.conf $USER_DATA/mail/
589589

590590
# Rebuilding mail config
591-
v-rebuild-mail-domains $user
591+
$BIN/v-rebuild-mail-domains $user
592592

593593
domain_idn=$domain
594594
format_domain_idn

0 commit comments

Comments
 (0)