rights stuff
This commit is contained in:
parent
8d7d956ba0
commit
561268796a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: EPaper Station
|
name: EPaper Station
|
||||||
version: 1.0.0.24
|
version: 1.0.0.25
|
||||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||||
slug: epaper-station
|
slug: epaper-station
|
||||||
description: Publish Pictures to EPaper pricetags
|
description: Publish Pictures to EPaper pricetags
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
IMG_DIR="$(bashio::config 'image_path')"
|
IMG_DIR="$(bashio::config 'image_path')"
|
||||||
bashio::log.info "Starting nginx..."
|
bashio::log.info "Starting nginx..."
|
||||||
sed -i "s~IMG_DIR~$IMG_DIR~g" /etc/nginx/nginx.conf
|
sed -i "s~IMG_DIR~$IMG_DIR~g" /etc/nginx/nginx.conf
|
||||||
|
chmod +x $IMG_DIR
|
||||||
nginx -c /etc/nginx/nginx.conf
|
nginx -c /etc/nginx/nginx.conf
|
||||||
bashio::log.info "nginx running."
|
bashio::log.info "nginx running."
|
||||||
|
|
Loading…
Reference in a new issue