diff --git a/vhclient/config.yaml b/vhclient/config.yaml index e5857e6..0039aa6 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.360" +version: "0.1.361" slug: vhclient description: VirtualHere Client arch: diff --git a/vhclient/rootfs/etc/s6-overlay/scripts/vhclient-use-devices b/vhclient/rootfs/etc/s6-overlay/scripts/vhclient-use-devices index 231794c..9346484 100755 --- a/vhclient/rootfs/etc/s6-overlay/scripts/vhclient-use-devices +++ b/vhclient/rootfs/etc/s6-overlay/scripts/vhclient-use-devices @@ -1,7 +1,10 @@ #!/usr/bin/with-contenv bashio preventconfig=$(bashio::cache.get preventconfig) -bashio::log.info "GURKA ${preventconfig}" +if $preventconfig; then + bashio::log.info "Prevent config and exit" + exit0 +fi if bashio::config.has_value 'usbdevices'; then options=$(bashio::api.supervisor GET "/addons/self/options/config")