Update 'init/entrypoint.sh'
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
7dcea96c80
commit
66e252a8c1
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Allow Lighttpd to log as normal
|
# 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
|
# Duplicate log entries to stdout/stderr
|
||||||
tail -F -n 0 /var/log/lighttpd/access.log /var/log/lighttpd/error.log 2> /dev/null &
|
tail -F -n 0 /var/log/lighttpd/access.log /var/log/lighttpd/error.log 2> /dev/null &
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user