From a7f12326571a6f9eb4e72acbefba0ce2c1ae2999 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 23 Jun 2022 19:46:23 -0400 Subject: [PATCH] Ensure all addons have init: false (#2549) * Ensure all addons have init: false * Ensure environment passed to run script --- tellstick/config.yaml | 1 + tellstick/data/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tellstick/config.yaml b/tellstick/config.yaml index a491373..2560a04 100644 --- a/tellstick/config.yaml +++ b/tellstick/config.yaml @@ -41,3 +41,4 @@ schema: startup: system stdin: true usb: true +init: false diff --git a/tellstick/data/run.sh b/tellstick/data/run.sh index 65ff3db..1b57bf3 100755 --- a/tellstick/data/run.sh +++ b/tellstick/data/run.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bashio +#!/usr/bin/with-contenv bashio set -e CONFIG="/etc/tellstick.conf"