v-update-host-certificate fix: restarting vesta instead of web-backend

This commit is contained in:
dpeca 2017-11-12 23:36:28 +01:00 committed by GitHub
commit fc60a99e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ chown $exim_user:mail $VESTA/ssl/certificate.key
# Restart exim, dovecot & vesta # Restart exim, dovecot & vesta
v-restart-mail v-restart-mail
v-restart-web-backend v-restart-service vesta
#----------------------------------------------------------# #----------------------------------------------------------#
@ -83,4 +83,4 @@ v-restart-web-backend
# Logging # Logging
log_event "$OK" "$ARGUMENTS" log_event "$OK" "$ARGUMENTS"
exit 0; exit 0;