This commit is contained in:
Hans Karlinius
2024-11-30 01:51:45 +01:00
parent f00b48daf9
commit 9c0aff3f98
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.245"
version: "0.1.246"
slug: vhclient
description: VirtualHere Client
arch:
@@ -27,7 +27,7 @@ for device in "${devices[@]}"; do
bashio::log.info "Adding to config: ${device}"
new_options=$(echo $options | jq -n --arg device "$device" '.usbdevices |= . + [{ device: ($device), use: false }]')
new_options=$(echo $options | jq --arg device "$device" '.usbdevices |= . + [{ device: ($device), use: false }]')
bashio::log.info "New options: ${new_options}"
payload=$(bashio::var.json options "^${new_options}")
bashio::log.info "Payload: ${payload}"