test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.133"
|
||||
version: "0.1.134"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -47,6 +47,7 @@ schema:
|
||||
autofind: bool
|
||||
clientid: str?
|
||||
manualhub: str?
|
||||
test: list(empty)?
|
||||
stage: experimental
|
||||
init: false
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ if bashio::config.has_value 'autouse'; then
|
||||
else
|
||||
bashio::log.info "AUTO USE CLEAR ALL"
|
||||
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"
|
||||
sleep 5s
|
||||
#sleep 5s
|
||||
bashio::log.info "STOP USING ALL LOCAL"
|
||||
/usr/bin/vhclient -t "STOP USING ALL LOCAL"
|
||||
fi
|
||||
|
||||
3
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run
Executable file
3
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv bashio
|
||||
|
||||
($(bashio::config 'test')) += 'gurka'
|
||||
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/type
Normal file
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/up
Normal file
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/test/up
Normal file
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/test/run
|
||||
Reference in New Issue
Block a user