test
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user