Docker-PHP/php/nginx/logs-phpfpm-error.runit

6 lines
113 B
Text
Raw Normal View History

2019-11-09 00:13:01 +00:00
#!/usr/bin/env bash
if [[ -f /var/log/php*-fpm.log ]]; then
tail -f /var/log/php*-fpm.log
else
sleep 1
fi