test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.153"
|
||||
version: "0.1.154"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/command/with-contenv bashio
|
||||
set -x
|
||||
|
||||
test=($(bashio::config "test"))
|
||||
test+=("one", "two")
|
||||
test=($(bashio::config 'test'))
|
||||
test+=('one', 'two')
|
||||
#bashio::config::update 'test' "${test[@]}"
|
||||
bashio::addon.options "test" "${test[@]}"
|
||||
bashio::addon.option 'test' test
|
||||
|
||||
#TEST
|
||||
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}
|
||||
|
||||
Reference in New Issue
Block a user