test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.349"
|
version: "0.1.350"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
|||||||
autofind=$(echo $options | jq '. | if .autofind then true else false end')
|
autofind=$(echo $options | jq '. | if .autofind then true else false end')
|
||||||
autouse=$(echo $options | jq '. | if .autouse then true else false end')
|
autouse=$(echo $options | jq '. | if .autouse then true else false end')
|
||||||
clientid=$(echo $options | jq -r '.clientid | tostring')
|
clientid=$(echo $options | jq -r '.clientid | tostring')
|
||||||
manualhub=$(echo $options | jq -r '.manualhub | tostring')
|
#manualhub=$(echo $options | jq -r '.manualhub | tostring')
|
||||||
|
manualhub=$(echo $options | jq '. | if .manualhub then .manualhub else null end')
|
||||||
|
|
||||||
if $autofind; then
|
if $autofind; then
|
||||||
bashio::log.info "Enable General AutoFind"
|
bashio::log.info "Enable General AutoFind"
|
||||||
|
|||||||
Reference in New Issue
Block a user