Skip to content

Commit ddc83e0

Browse files
committed
Fix vcontrold startup
1 parent 379128e commit ddc83e0

File tree

1 file changed

+3
-0
lines changed
  • vcontrold/rootfs/etc/services.d/vcontrold

1 file changed

+3
-0
lines changed

vcontrold/rootfs/etc/services.d/vcontrold/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ declare config_tty
99
declare config_deviceid
1010
declare config_commands
1111

12+
## Fetch Vcontrold settings
13+
. /etc/services.d/get_vcontrold_settings.sh
14+
1215
## Get the 'message' key from the user config options.
1316
config_tty=$(bashio::config 'tty')
1417
config_deviceid=$(bashio::config 'device_id')

0 commit comments

Comments
 (0)