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

View File

@@ -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