From 6e962aca55bc77aadcdffaa438b001a94eca7a4f Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Wed, 4 Dec 2024 04:10:05 +0100 Subject: [PATCH] test --- vhclient/config.yaml | 2 +- vhclient/rootfs/etc/s6-overlay/scripts/init-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 311ee03..8ee3ed4 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.357" +version: "0.1.358" slug: vhclient description: VirtualHere Client arch: diff --git a/vhclient/rootfs/etc/s6-overlay/scripts/init-config b/vhclient/rootfs/etc/s6-overlay/scripts/init-config index 7bc1f3c..869ef0b 100755 --- a/vhclient/rootfs/etc/s6-overlay/scripts/init-config +++ b/vhclient/rootfs/etc/s6-overlay/scripts/init-config @@ -7,7 +7,7 @@ autouse=$(echo $options | jq '. | if .autouse then true else false end') clientid=$(echo $options | jq '.clientid | select(. != null)') manualhub=$(echo $options | jq '.manualhub | select(. != null)') -bashio::cache.set "preventconfig ${preventconfig}" +bashio::cache.set preventconfig $preventconfig if $autofind; then bashio::log.info "Enable General AutoFind"