From faeacedefaa826410f8e301ee5e812a44144bcc6 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Sun, 8 Feb 2026 18:46:42 +0100 Subject: [PATCH] fix shebang in init-scripts --- root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up | 2 +- root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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