This commit is contained in:
Hans Karlinius
2024-12-01 05:39:03 +01:00
parent a077be3c4c
commit 551c50e644
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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