test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.107"
|
version: "0.1.108"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
#!/command/with-contenv bashio
|
#!/command/with-contenv bashio
|
||||||
|
|
||||||
if bashio::config.has_value 'clientid'; then
|
if bashio::config.has_value 'clientid'; then
|
||||||
bashio::log.info "Set ClientId"
|
clientid=($(bashio::config 'clientid'))
|
||||||
|
bashio::log.info "Set ClientId to ${clientid}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.has_value 'autofind'; then
|
if bashio::config.has_value 'autofind'; then
|
||||||
bashio::log.info "Set AUTOFIND"
|
autofind=($(bashio::config 'autofind'))
|
||||||
|
bashio::log.info "Set AUTOFIND ${autofind}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#TEST
|
#TEST
|
||||||
|
|||||||
Reference in New Issue
Block a user