This commit is contained in:
Hans Karlinius
2024-11-13 18:14:09 +01:00
parent f49b2a50ff
commit d2ebdc7ca6
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.2"
version: "0.1.3"
slug: vhclient
description: VirtualHere Client
arch:
@@ -23,7 +23,9 @@ privileged:
full_access: true
apparmor: false
map:
- addon_config:rw
- addon_config
read_only: false
path: /config
usb: true
usbip: true
kernel_modules: true

View File

@@ -1,3 +1,3 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Starting VirtualHere Client as a daemon"
exec /usr/bin/vhclient -c /addon_config/vhclient.conf -l /dev/stdout
exec /usr/bin/vhclient -c /config/vhclient.conf -l /dev/stdout