Supress warning about tail

This commit is contained in:
cytopia
2018-03-05 23:50:16 +01:00
parent 4b2a450d1e
commit a6ed7cb16b

View File

@@ -70,7 +70,7 @@ trap "postfix reload" SIGHUP
postfix start
# Capture output
tail -qF -n 0 "${MAILLOG}" &
tail -qF -n 0 "${MAILLOG}" 2>/dev/null &
tail_pid="${?}"