test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.315"
|
version: "0.1.316"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -21,8 +21,10 @@ fi
|
|||||||
bashio::log.info "Set AUTOFIND hub to ${autofind}"
|
bashio::log.info "Set AUTOFIND hub to ${autofind}"
|
||||||
#if [ "${autofind}" = "true" ]; then
|
#if [ "${autofind}" = "true" ]; then
|
||||||
if $autofind; then
|
if $autofind; then
|
||||||
|
bashio::log.info "Enable AutoFind"
|
||||||
/usr/bin/vh_edit_config General AutoFind 1
|
/usr/bin/vh_edit_config General AutoFind 1
|
||||||
else
|
else
|
||||||
|
bashio::log.info "Disable AutoFind"
|
||||||
/usr/bin/vh_edit_config General AutoFind 0
|
/usr/bin/vh_edit_config General AutoFind 0
|
||||||
fi
|
fi
|
||||||
#fi
|
#fi
|
||||||
|
|||||||
Reference in New Issue
Block a user