diff --git a/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up b/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up index b4936e8..827b796 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up +++ b/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up @@ -1,4 +1,4 @@ -#!/command/with-contenv bash +#!/usr/bin/with-contenv bash # Standard-Verzeichnisse erstellen echo "Erstellen der Standard-Verzeichnisse..." diff --git a/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run b/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run index ca7659c..89b72ef 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run @@ -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 \ No newline at end of file