Skip to content

Commit 8cc3df2

Browse files
committed
Ingore exim restart issues if any
1 parent 8194ee8 commit 8cc3df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upd/add_fwd_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ if [ -e "/etc/exim4/exim4.conf.template" ]; then
4141
fi
4242

4343
# Restart mail server
44-
/usr/local/vesta/bin/v-restart-mail
44+
/usr/local/vesta/bin/v-restart-mail > /dev/null 2>&1
4545

4646
exit

0 commit comments

Comments
 (0)