This commit is contained in:
Hans Karlinius
2024-11-26 17:39:20 +01:00
parent fe3a577e23
commit da0effc8c6
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -20,6 +20,7 @@ if bashio::config.has_value 'autouse'; then
/usr/bin/vhclient -t "AUTO USE ALL"
else
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"
sleep 5s
/usr/bin/vhclient -t "STOP USING ALL LOCAL"
fi
fi