Explorar o código

Ingore exim restart issues if any

Serghey Rodin %!s(int64=10) %!d(string=hai) anos
pai
achega
8cc3df2db0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      upd/add_fwd_only.sh

+ 1 - 1
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