This commit is contained in:
Hans Karlinius
2024-11-26 23:42:07 +01:00
parent 8d706b2469
commit 7b6c903eda
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.123" version: "0.1.124"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -16,7 +16,7 @@ fi
if bashio::config.has_value 'autouse'; then if bashio::config.has_value 'autouse'; then
autouse=($(bashio::config 'autouse')) autouse=($(bashio::config 'autouse'))
bashio::log.info "Set AUTOUSE all devices to ${autouse}" bashio::log.info "Set AUTOUSE all devices to ${autouse}"
if [ ${autouse} ]; then if [ "${autouse}" = "true" ]; then
bashio::log.info "AUTO USE ALL" bashio::log.info "AUTO USE ALL"
/usr/bin/vhclient -t "AUTO USE ALL" /usr/bin/vhclient -t "AUTO USE ALL"
else else