fix bin path
This commit is contained in:
parent
d9ee631971
commit
518c4f227d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: EPaper Station
|
||||
version: 1.0.0.8
|
||||
version: 1.0.0.9
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: epaper-station
|
||||
description: Publish Pictures to EPaper pricetags
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bin/with-contenv bashio
|
||||
#!/usr/bin/with-contenv bashio
|
||||
bashio::log.info "Starting nginx..."
|
||||
nginx -g "daemon off;" -c /etc/nginx/nginx.conf
|
||||
bashio::log.info "nginx running."
|
||||
|
|
Loading…
Reference in a new issue