fix dependencies in s6-overlay
All checks were successful
/ release-and-build (push) Successful in 36s

This commit is contained in:
user.name pi-farm
2026-02-25 13:09:55 +01:00
parent 323e04799c
commit 909a40b099
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ echo "Start: init-lighttpd-config run script"
mkdir -p /config /app/www
if [ ! -f /config/lighttpd.conf ]; then
echo "Copy default-config..."
echo "Copy default lighttpd.conf ..."
cp /defaults/lighttpd.conf /config/lighttpd.conf
fi