mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 01:51:14 +00:00
Supress warning about tail
This commit is contained in:
@@ -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="${?}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user