#!/usr/bin/with-contenv bash echo "Start: init-lighttpd-config run script" mkdir -p /config /app/www if [ ! -f /config/lighttpd.conf ]; then echo "Copy default-config..." cp /defaults/lighttpd.conf /config/lighttpd.conf fi if [ ! -f /app/www/index.html ]; then echo "