test
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/command/with-contenv bashio
|
||||
|
||||
test=($(bashio::config 'test'))
|
||||
test+=('gurka')
|
||||
test=($(bashio::config "test"))
|
||||
test+=("gurka")
|
||||
#bashio::config::update 'test' "${test[@]}"
|
||||
bashio::addon.option('test' '${test[@]}')
|
||||
bashio::addon.option "test" "${test[@]}"
|
||||
|
||||
#TEST
|
||||
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}
|
||||
|
||||
Reference in New Issue
Block a user