diff --git a/vhclient/config.yaml b/vhclient/config.yaml index cd39f38..0b42090 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.144" +version: "0.1.145" slug: vhclient description: VirtualHere Client arch: diff --git a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run index 1e0ba5d..0c62e65 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run @@ -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}