diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index dc9832b..6fadd9a 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0.30 +version: 1.0.0.31 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish Pictures to EPaper pricetags diff --git a/epaper-station/rootfs/etc/services.d/nginx/run b/epaper-station/rootfs/etc/services.d/nginx/run index f65fbfc..29b9e28 100644 --- a/epaper-station/rootfs/etc/services.d/nginx/run +++ b/epaper-station/rootfs/etc/services.d/nginx/run @@ -2,5 +2,5 @@ IMG_DIR="$(bashio::config 'image_path')" bashio::log.info "Starting nginx..." sed -i "s~IMG_DIR~$IMG_DIR~g" /etc/nginx/nginx.conf -s6-setuidgid www-data nginx -c /etc/nginx/nginx.conf +nginx -c /etc/nginx/nginx.conf bashio::log.info "nginx running."