batmand: match loop format
This commit is contained in:
parent
c514a2a49c
commit
fdc37cac29
1 changed files with 3 additions and 4 deletions
|
@ -18,8 +18,7 @@ start () {
|
||||||
disable_aggregation=$(uci get batmand.general.disable_aggregation)
|
disable_aggregation=$(uci get batmand.general.disable_aggregation)
|
||||||
batman_args=""
|
batman_args=""
|
||||||
|
|
||||||
for hna in $hnas
|
for hna in $hnas; do
|
||||||
do
|
|
||||||
batman_args=${batman_args}'-a '$hna' '
|
batman_args=${batman_args}'-a '$hna' '
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue