This commit is contained in:
Hans Karlinius
2024-11-29 04:26:00 +01:00
parent f7d415c884
commit f50f484a21
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.215"
version: "0.1.216"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -21,7 +21,7 @@ set -x
options=$(bashio::addon.options)
mapfile -t devices < <(/usr/bin/vhclient -t LIST)
for device in "${devices[@]}"; do
if [[ "$device" =~ .*--\>.* ]]; then
if [[ "$device" =~ .*"-->".* ]]; then
bashio::log.info "${device}"
fi
done