Skip to content

Commit

Permalink
Supress warning about tail
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 5, 2018
1 parent 4b2a450 commit a6ed7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/prod/data/postfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="${?}"


Expand Down

0 comments on commit a6ed7cb

Please sign in to comment.