test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.133"
|
version: "0.1.134"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -47,6 +47,7 @@ schema:
|
|||||||
autofind: bool
|
autofind: bool
|
||||||
clientid: str?
|
clientid: str?
|
||||||
manualhub: str?
|
manualhub: str?
|
||||||
|
test: list(empty)?
|
||||||
stage: experimental
|
stage: experimental
|
||||||
init: false
|
init: false
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ if bashio::config.has_value 'autouse'; then
|
|||||||
else
|
else
|
||||||
bashio::log.info "AUTO USE CLEAR ALL"
|
bashio::log.info "AUTO USE CLEAR ALL"
|
||||||
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"
|
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"
|
||||||
sleep 5s
|
#sleep 5s
|
||||||
bashio::log.info "STOP USING ALL LOCAL"
|
bashio::log.info "STOP USING ALL LOCAL"
|
||||||
/usr/bin/vhclient -t "STOP USING ALL LOCAL"
|
/usr/bin/vhclient -t "STOP USING ALL LOCAL"
|
||||||
fi
|
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