This commit is contained in:
Hans Karlinius
2024-11-30 19:02:42 +01:00
parent 310a0c62c9
commit 059ae732c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.297"
version: "0.1.298"
slug: vhclient
description: VirtualHere Client
arch:
@@ -12,8 +12,8 @@ if bashio::config.has_value 'usbdevices'; then
usbdevices=$(echo $options | jq '.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')
bashio::log.info "Set AUTO USE DEVICE ${gurka}"
echo $gurka
# sed 's/.*(\(.*\))/\1/g'