test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.360"
|
version: "0.1.361"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
preventconfig=$(bashio::cache.get preventconfig)
|
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
|
if bashio::config.has_value 'usbdevices'; then
|
||||||
options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
||||||
|
|||||||
Reference in New Issue
Block a user