mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-12 20:11:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cac20d86d | ||
|
|
a6ed7cb16b |
@@ -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