Ingore exim restart issues if any

This commit is contained in:
Serghey Rodin 2015-08-20 18:04:42 +03:00
parent 8194ee854f
commit 8cc3df2db0

View file

@ -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