diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 8e6605c..cc52b22 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.147" +version: "0.1.148" 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 a81c54b..bffc80a 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run @@ -3,7 +3,7 @@ test=($(bashio::config "test")) test+=("one") #bashio::config::update 'test' "${test[@]}" -bashio::addon.option "test" "${test[@]}" +bashio::addon.options "test" "${test[@]}" #TEST #bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}