Skip to content

Commit a6ed7cb

Browse files
committed
Supress warning about tail
1 parent 4b2a450 commit a6ed7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfiles/prod/data/postfix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ trap "postfix reload" SIGHUP
7070
postfix start
7171

7272
# Capture output
73-
tail -qF -n 0 "${MAILLOG}" &
73+
tail -qF -n 0 "${MAILLOG}" 2>/dev/null &
7474
tail_pid="${?}"
7575

7676

0 commit comments

Comments
 (0)