Ensure all addons have init: false (#2549)

* Ensure all addons have init: false

* Ensure environment passed to run script
This commit is contained in:
Mike Degatano
2022-06-23 19:46:23 -04:00
committed by GitHub
parent f3cb5621ba
commit a7f1232657
2 changed files with 2 additions and 1 deletions

View File

@@ -41,3 +41,4 @@ schema:
startup: system startup: system
stdin: true stdin: true
usb: true usb: true
init: false

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio #!/usr/bin/with-contenv bashio
set -e set -e
CONFIG="/etc/tellstick.conf" CONFIG="/etc/tellstick.conf"