This commit is contained in:
Hans Karlinius
2024-11-30 19:09:16 +01:00
parent 05084f9247
commit e303c99cc4
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.300"
version: "0.1.301"
slug: vhclient
description: VirtualHere Client
arch:
@@ -12,9 +12,8 @@ if bashio::config.has_value 'usbdevices'; then
usbdevices=$(echo $options | jq -c '.usbdevices[]')
bashio::log.info "Devices: ${usbdevices}"
for usbdevice in "${usbdevices}"; do
bashio::log.info "Set AUTO USE DEVICE for ${usbdevice}"
gurka=$(echo $usbdevice | jq '.device | tostring')
echo $gurka
bashio::log.info "Set AUTO USE DEVICE for ${gurka}"
# sed 's/.*(\(.*\))/\1/g'