add debug-steps
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
#!/command/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
# Standard-Verzeichnisse erstellen
|
# Standard-Verzeichnisse erstellen
|
||||||
|
echo "Erstellen der Standard-Verzeichnisse..."
|
||||||
mkdir -p /config /app/www
|
mkdir -p /config /app/www
|
||||||
|
echo "Ordner wurden angelegt"
|
||||||
# Config kopieren, falls nicht vorhanden
|
# Config kopieren, falls nicht vorhanden
|
||||||
if [ ! -f /config/lighttpd.conf ]; then
|
if [ ! -f /config/lighttpd.conf ]; then
|
||||||
echo "Keine Konfiguration gefunden, kopiere Standard..."
|
echo "Keine Konfiguration gefunden, kopiere Standard..."
|
||||||
|
|||||||
Reference in New Issue
Block a user