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
version: "0.1.315"
version: "0.1.316"
slug: vhclient
description: VirtualHere Client
arch:
@@ -21,8 +21,10 @@ fi
bashio::log.info "Set AUTOFIND hub to ${autofind}"
#if [ "${autofind}" = "true" ]; then
if $autofind; then
bashio::log.info "Enable AutoFind"
/usr/bin/vh_edit_config General AutoFind 1
else
bashio::log.info "Disable AutoFind"
/usr/bin/vh_edit_config General AutoFind 0
fi
#fi