Merge pull request #472 from yogo1212/batmand_whitespace
batmand: whitespace
This commit is contained in:
commit
bf475d6493
3 changed files with 14 additions and 18 deletions
|
@ -9,4 +9,3 @@ config batmand general
|
||||||
option policy_routing_script
|
option policy_routing_script
|
||||||
option disable_client_nat
|
option disable_client_nat
|
||||||
option disable_aggregation
|
option disable_aggregation
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
@ -62,5 +61,3 @@ start () {
|
||||||
stop () {
|
stop () {
|
||||||
killall batmand
|
killall batmand
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue