From 980140c5a0485bdb96b4d1ee11da44c3311a7461 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Mon, 23 Feb 2026 14:20:46 +0000 Subject: [PATCH] switch to english text --- root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run b/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run index 72980df..c23c0e2 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run +++ b/root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run @@ -10,7 +10,7 @@ if [ ! -f /config/lighttpd.conf ]; then fi if [ ! -f /app/www/index.html ]; then - echo "

Es funktioniert!

" > /app/www/index.html + echo "

It works!

" > /app/www/index.html fi echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}"