This commit is contained in:
Hans Karlinius
2024-12-04 04:06:08 +01:00
parent 2fe1482443
commit 452e21da59
4 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#!/command/with-contenv bashio
#set -x
mapfile -t devices < <(/usr/bin/vh_list_devices)
for device in "${devices[@]}"; do

View File

@@ -7,7 +7,7 @@ autouse=$(echo $options | jq '. | if .autouse then true else false end')
clientid=$(echo $options | jq '.clientid | select(. != null)')
manualhub=$(echo $options | jq '.manualhub | select(. != null)')
s6-env preventconfig=$preventconfig
bashio::cache.set "preventconfig $preventconfig"
if $autofind; then
bashio::log.info "Enable General AutoFind"