From: Florian Eckert Date: Tue, 8 Dec 2020 13:46:07 +0000 (+0100) Subject: mwan3: fix tab X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0dbbc58cbc0e832d55edc2edebb52c2197d73473;p=feed%2Fpackages.git mwan3: fix tab Signed-off-by: Florian Eckert --- diff --git a/net/mwan3/files/lib/mwan3/mwan3.sh b/net/mwan3/files/lib/mwan3/mwan3.sh index 6821b85032..b99f282318 100644 --- a/net/mwan3/files/lib/mwan3/mwan3.sh +++ b/net/mwan3/files/lib/mwan3/mwan3.sh @@ -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##*=}