This commit is contained in:
Hans Karlinius
2024-11-29 04:04:28 +01:00
parent dd11e65a88
commit c545a8716f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.209"
version: "0.1.210"
slug: vhclient
description: VirtualHere Client
arch:
@@ -14,7 +14,7 @@ set -x
#bashio::config::update 'my_array' "${my_array[@]}"
list1=$(/usr/bin/vhclient -t LIST)
list2=$(grep -o "--" <<< "${list1}")
list2=$(eval 'grep "--" <<< "$list1"')
bashio::log.info "${list1}"
bashio::log.info "${list2}"