mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-09 04:07:48 +08:00
batmand: match loop format
This commit is contained in:
parent
c514a2a49c
commit
fdc37cac29
@ -18,8 +18,7 @@ start () {
|
||||
disable_aggregation=$(uci get batmand.general.disable_aggregation)
|
||||
batman_args=""
|
||||
|
||||
for hna in $hnas
|
||||
do
|
||||
for hna in $hnas; do
|
||||
batman_args=${batman_args}'-a '$hna' '
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user