test
This commit is contained in:
@@ -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