fix shebang in init-scripts
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 14s

This commit is contained in:
2026-02-08 18:46:42 +01:00
parent 5ff1213491
commit faeacedefa
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#!/command/with-contenv bash
#!/usr/bin/with-contenv bash
# Startet lighttpd im Vordergrund (-D) mit der Config aus dem Volume
exec lighttpd -D -f /config/lighttpd.conf