aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 48df1e6..e970d34 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then
15fi 15fi
16 16
17echo "Starting webserver" 17echo "Starting webserver"
18lighttpd -D -f /lighttpd.conf 18exec lighttpd -D -f /lighttpd.conf