diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 625d772..3da92e8 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.153" +version: "0.1.154" 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 aedad7c..f350a96 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run @@ -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}