diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 2939a8a..f44727f 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.243" +version: "0.1.244" slug: vhclient description: VirtualHere Client arch: diff --git a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run index feb0128..6727163 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run @@ -22,7 +22,7 @@ options=$(bashio::addon.options) #mapfile -t devices < <(/usr/bin/vhclient -t LIST) mapfile -t devices < <(/usr/bin/vh_list_devices) for device in "${devices[@]}"; do - if [[ ! " ${options.usbdevices[*]} " =~ [[:space:]]${device}[[:space:]] ]]; then + if [[ ! " ${options}.usbdevices[*] " =~ [[:space:]]${device}[[:space:]] ]]; then bashio::log.info "Adding to config: ${device}"