From 8cc3df2db0e8602ce7de0104c62a6e9791c0ec42 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 20 Aug 2015 18:04:42 +0300 Subject: [PATCH] Ingore exim restart issues if any --- upd/add_fwd_only.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd/add_fwd_only.sh b/upd/add_fwd_only.sh index dccf1759..80cc3a58 100755 --- a/upd/add_fwd_only.sh +++ b/upd/add_fwd_only.sh @@ -41,6 +41,6 @@ if [ -e "/etc/exim4/exim4.conf.template" ]; then fi # Restart mail server -/usr/local/vesta/bin/v-restart-mail +/usr/local/vesta/bin/v-restart-mail > /dev/null 2>&1 exit