test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.215"
|
||||
version: "0.1.216"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user