We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379128e commit ddc83e0Copy full SHA for ddc83e0
vcontrold/rootfs/etc/services.d/vcontrold/run
@@ -9,6 +9,9 @@ declare config_tty
9
declare config_deviceid
10
declare config_commands
11
12
+## Fetch Vcontrold settings
13
+. /etc/services.d/get_vcontrold_settings.sh
14
+
15
## Get the 'message' key from the user config options.
16
config_tty=$(bashio::config 'tty')
17
config_deviceid=$(bashio::config 'device_id')
0 commit comments