batmand: match loop format

This commit is contained in:
Leon M. George 2019-05-25 00:11:17 +02:00
parent c514a2a49c
commit fdc37cac29
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@ start () {
disable_aggregation=$(uci get batmand.general.disable_aggregation)
batman_args=""
for hna in $hnas
do
batman_args=${batman_args}'-a '$hna' '
done
for hna in $hnas; do
batman_args=${batman_args}'-a '$hna' '
done
if [ $gateway_class ]; then
batman_args=${batman_args}'-g '$gateway_class' '