test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.206"
|
||||
version: "0.1.207"
|
||||
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 -- ${list1})
|
||||
list2=$(grep -- < ${list1})
|
||||
bashio::log.info "${list1}"
|
||||
bashio::log.info "${list2}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user