From db7f862798b004f5e2d284a83137275024a7aa10 Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Thu, 28 Nov 2024 07:32:36 +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 7c5fdbf..fd73867 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.161" +version: "0.1.162" 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 0c2d9bd..fe2c28e 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' '$test[@]' #TEST #bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}