mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Ingore exim restart issues if any
This commit is contained in:
parent
8194ee854f
commit
8cc3df2db0
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ if [ -e "/etc/exim4/exim4.conf.template" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restart mail server
|
# Restart mail server
|
||||||
/usr/local/vesta/bin/v-restart-mail
|
/usr/local/vesta/bin/v-restart-mail > /dev/null 2>&1
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue