Skip to content

Commit fc60a99

Browse files
authored
v-update-host-certificate fix: restarting vesta instead of web-backend
1 parent 38b7557 commit fc60a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-update-host-certificate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ chown $exim_user:mail $VESTA/ssl/certificate.key
7373

7474
# Restart exim, dovecot & vesta
7575
v-restart-mail
76-
v-restart-web-backend
76+
v-restart-service vesta
7777

7878

7979
#----------------------------------------------------------#
@@ -83,4 +83,4 @@ v-restart-web-backend
8383
# Logging
8484
log_event "$OK" "$ARGUMENTS"
8585

86-
exit 0;
86+
exit 0;

0 commit comments

Comments
 (0)