This commit is contained in:
Hans Karlinius
2024-11-26 17:27:03 +01:00
parent bc999bacf2
commit 060ecc6231
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.118"
version: "0.1.119"
slug: vhclient
description: VirtualHere Client
arch:
@@ -41,10 +41,9 @@ usbip: true
kernel_modules: true
options:
autouse: true
autofind: true
schema:
autouse: bool
autofind: bool
autofind: "bool?"
manualhub: "str?"
stage: experimental
init: false

View File

@@ -16,7 +16,7 @@ fi
if bashio::config.has_value 'autouse'; then
autouse=($(bashio::config 'autouse'))
bashio::log.info "Set AUTOUSE all devices to ${autouse}"
if autouse; then
if [ autouse ]; then
/usr/bin/vhclient -t "AUTO USE ALL"
else
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"