fix bin path

This commit is contained in:
Jan-Henrik 2023-02-06 23:27:33 +01:00
parent d9ee631971
commit 518c4f227d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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."