From d14d4cddfb7fcb070c3672c68bdd4136ab0f1b05 Mon Sep 17 00:00:00 2001 From: Robin Dirksen Date: Thu, 12 Apr 2018 16:27:47 +0200 Subject: [PATCH] Update v-update-host-certificate https://github.com/serghey-rodin/vesta/pull/1543#issuecomment-380798986 --- bin/v-update-host-certificate | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/v-update-host-certificate b/bin/v-update-host-certificate index dd99eed44..71a87709a 100755 --- a/bin/v-update-host-certificate +++ b/bin/v-update-host-certificate @@ -76,9 +76,6 @@ $BIN/v-restart-mail if [ ! -z "$IMAP_SYSTEM" ]; then $BIN/v-restart-service "$IMAP_SYSTEM" fi -if [ ! -z "$MAIL_SYSTEM" ]; then - $BIN/v-restart-service "$MAIL_SYSTEM" -fi if [ ! -z "$FTP_SYSTEM" ]; then $BIN/v-restart-service "$FTP_SYSTEM" fi