add debug-steps
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s

This commit is contained in:
2026-02-08 17:45:47 +01:00
parent 54ab7b9c9a
commit 779813589a

View File

@@ -1,8 +1,9 @@
#!/command/with-contenv bash
# Standard-Verzeichnisse erstellen
echo "Erstellen der Standard-Verzeichnisse..."
mkdir -p /config /app/www
echo "Ordner wurden angelegt"
# Config kopieren, falls nicht vorhanden
if [ ! -f /config/lighttpd.conf ]; then
echo "Keine Konfiguration gefunden, kopiere Standard..."