From fc60a99e8c3c7fef7cdb055070a9203dc5fa57d2 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sun, 12 Nov 2017 23:36:28 +0100 Subject: [PATCH] v-update-host-certificate fix: restarting vesta instead of web-backend --- bin/v-update-host-certificate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/v-update-host-certificate b/bin/v-update-host-certificate index f28976c3f..444986e5f 100755 --- a/bin/v-update-host-certificate +++ b/bin/v-update-host-certificate @@ -73,7 +73,7 @@ chown $exim_user:mail $VESTA/ssl/certificate.key # Restart exim, dovecot & vesta v-restart-mail -v-restart-web-backend +v-restart-service vesta #----------------------------------------------------------# @@ -83,4 +83,4 @@ v-restart-web-backend # Logging log_event "$OK" "$ARGUMENTS" -exit 0; \ No newline at end of file +exit 0;