This commit is contained in:
Hans Karlinius
2024-11-29 04:18:22 +01:00
parent 494df18bc8
commit c4eb883aba
2 changed files with 4 additions and 2 deletions

View File

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

View File

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