This commit is contained in:
Hans Karlinius
2024-12-01 04:50:38 +01:00
parent 84e0cdd653
commit 04d7da8b91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.311"
version: "0.1.312"
slug: vhclient
description: VirtualHere Client
arch:
@@ -22,7 +22,7 @@ if bashio::config.has_value 'usbdevices'; then
/usr/bin/vhclient -t "AUTO USE DEVICE,${deviceid}"
else
bashio::log.info "STOP USING,${deviceid}"
/usr/bin/vhclient -t "STOP USING,${deviceid}"
#/usr/bin/vhclient -t "STOP USING,${deviceid}"
fi
done
fi