remove creating index.html
All checks were successful
/ release-and-build (push) Successful in 21s

This commit is contained in:
2026-02-24 13:01:46 +00:00
parent 83e5cdf778
commit 977ca025a5

View File

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