Explorar el Código

Ingore exim restart issues if any

Serghey Rodin hace 10 años
padre
commit
8cc3df2db0
Se han modificado 1 ficheros con 1 adiciones y 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