From 7834076e76691a3917289d07715bc25bce03e43b Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 18 Oct 2022 15:32:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/usr/local/bin/entrypoint-lighttpd.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/bin/entrypoint-lighttpd.sh b/rootfs/usr/local/bin/entrypoint-lighttpd.sh index 5337d7c..31da662 100755 --- a/rootfs/usr/local/bin/entrypoint-lighttpd.sh +++ b/rootfs/usr/local/bin/entrypoint-lighttpd.sh @@ -124,10 +124,11 @@ fi # Create directories [ -d "/etc/ssl" ] || mkdir -p "$SSL_CONTAINER_DIR" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Create files +touch "/tmp/lighttpd.err.log" +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Create symlinks ln -sf "/tmp/lighttpd.err.log" "/dev/stderr" && chmod 666 "/tmp/lighttpd.err.log" -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Create files # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if [ "$SSL_ENABLED" = "true" ] || [ "$SSL_ENABLED" = "yes" ]; then