switch to english text
All checks were successful
/ release-and-build (push) Successful in 25s

This commit is contained in:
2026-02-23 14:20:46 +00:00
parent 97e5a6e8b6
commit 980140c5a0

View File

@@ -10,7 +10,7 @@ if [ ! -f /config/lighttpd.conf ]; then
fi fi
if [ ! -f /app/www/index.html ]; then if [ ! -f /app/www/index.html ]; then
echo "<h1>Es funktioniert!</h1>" > /app/www/index.html echo "<h1>It works!</h1>" > /app/www/index.html
fi fi
echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}" echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}"