getting tired

This commit is contained in:
Jan-Henrik 2023-02-07 00:27:32 +01:00
parent a719ff0457
commit 8d7d956ba0
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
name: EPaper Station
version: 1.0.0.23
version: 1.0.0.24
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
description: Publish Pictures to EPaper pricetags

View file

@ -1,7 +1,6 @@
#!/usr/bin/with-contenv bashio
IMG_DIR="$(bashio::config 'image_path')"
bashio::log.info "Starting nginx..."
ln -s $IMG_DIR /public/input_img
sed -i "s~IMG_DIR~$IMG_DIR~g" /etc/nginx/nginx.conf
nginx -c /etc/nginx/nginx.conf
bashio::log.info "nginx running."