This commit is contained in:
Hans Karlinius
2024-11-29 04:22:15 +01:00
parent c94f8fda2f
commit 26c7376bdd
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ set -x
options=$(bashio::addon.options)
mapfile -t devices < <(/usr/bin/vhclient -t LIST)
for device in "${devices[@]}"; do
if [[ "$device" =~ .*-->.* ]]; then
if [[ "$device" =~ .*--\>.* ]]; then
bashio::log.info "${device}"
fi
done