From cced4c0c79ec868c6197016217b11d3c91bd74cc Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Thu, 28 Nov 2024 06:44:51 +0100 Subject: [PATCH] test --- vhclient/config.yaml | 2 +- vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 3da92e8..be02fd9 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.154" +version: "0.1.155" 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 f350a96..4d423bf 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run @@ -4,7 +4,7 @@ set -x test=($(bashio::config 'test')) test+=('one', 'two') #bashio::config::update 'test' "${test[@]}" -bashio::addon.option 'test' test +bashio::addon.option 'test' ('one', 'two') #TEST #bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}