debug out
This commit is contained in:
parent
4412789f43
commit
dbcf832735
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: EPaper Station
|
name: EPaper Station
|
||||||
version: 1.0.0.20
|
version: 1.0.0.21
|
||||||
#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,8 @@
|
||||||
IMG_DIR="$(bashio::config 'image_path')"
|
IMG_DIR="$(bashio::config 'image_path')"
|
||||||
bashio::log.info "Starting nginx..."
|
bashio::log.info "Starting nginx..."
|
||||||
ln -s $IMG_DIR /public/input_img
|
ln -s $IMG_DIR /public/input_img
|
||||||
|
ls -la /public
|
||||||
|
ls -la /public/input_img
|
||||||
|
id
|
||||||
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