Update 'init/entrypoint.sh'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Danny Bessems 2019-11-27 09:29:07 +00:00
parent 7dcea96c80
commit 66e252a8c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Allow Lighttpd to log as normal
chown -R lighttpd /var/log/lighttpd && chmod -R u+rw /var/log/lighttpd
chown -R www-data /var/log/lighttpd && chmod -R u+rw /var/log/lighttpd
# Duplicate log entries to stdout/stderr
tail -F -n 0 /var/log/lighttpd/access.log /var/log/lighttpd/error.log 2> /dev/null &