Ensure all addons have init: false (#2549)
* Ensure all addons have init: false * Ensure environment passed to run script
This commit is contained in:
@@ -41,3 +41,4 @@ schema:
|
|||||||
startup: system
|
startup: system
|
||||||
stdin: true
|
stdin: true
|
||||||
usb: true
|
usb: true
|
||||||
|
init: false
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user