mwan3: fix tab
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
6133d5a0e9
commit
0dbbc58cbc
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ mwan3_route_line_dev()
|
|||
unset "$1"
|
||||
[ -z "$route_device" ] && return
|
||||
|
||||
curr_table=$(eval "echo \"\$mwan3_dev_tbl_${route_family}\"")
|
||||
curr_table=$(eval "echo \"\$mwan3_dev_tbl_${route_family}\"")
|
||||
for entry in $curr_table; do
|
||||
if [ "${entry%%=*}" = "$route_device" ]; then
|
||||
_tid=${entry##*=}
|
||||
|
|
Loading…
Reference in a new issue