This commit is contained in:
Hans Karlinius
2024-11-28 06:12:29 +01:00
parent ead21f96c1
commit 06efed14dd
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+=('gurka')
bashio::config::update 'test' "${test[@]}"
#TEST