test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.233"
|
||||
version: "0.1.234"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
|
||||
@@ -26,7 +26,7 @@ for device in "${devices[@]}"; do
|
||||
|
||||
bashio::log.info "Adding to config: ${device}"
|
||||
|
||||
new_options=$(echo $options | jq '.usbdevices |= . + [{ device: "${device}", use: false }]')
|
||||
new_options=$(echo $options | jq '.usbdevices |= . + [{ device: ${device}, use: false }]')
|
||||
payload=$(bashio::var.json options "^${new_options}")
|
||||
bashio::api.supervisor POST "/addons/self/options" "${payload}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user