This commit is contained in:
Hans Karlinius
2024-12-01 07:03:03 +01:00
parent b33d25d016
commit 849d0d8ae5
4 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.321"
version: "0.1.322"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -1,3 +1,4 @@
#!/command/with-contenv bashio
/sbin/modprobe -s vhci-hcd
mount -o remount -t sysfs sysfs /sys

View File

@@ -1,5 +1 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Waiting a bit for vhclient ..."
sleep 5s
/usr/bin/vhclient -t "GET CLIENT STATE"
/etc/s6-overlay/scripts/vhclient-connected

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Waiting a bit for vhclient ..."
sleep 5s
/usr/bin/vhclient -t "GET CLIENT STATE"