mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
batmand: match loop format
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user