This commit is contained in:
Hans Karlinius
2024-11-28 06:25:58 +01:00
parent 3e00f81621
commit adde98cd8f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
test=($(bashio::config "test"))
test+=("gurka")
test+=("one")
#bashio::config::update 'test' "${test[@]}"
bashio::addon.option "test" "${test[@]}"