batmand: fix whitespace
This commit is contained in:
parent
040b8e8750
commit
c514a2a49c
3 changed files with 14 additions and 17 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
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,9 @@ start () {
|
||||||
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
|
||||||
|
|
||||||
if [ $gateway_class ]; then
|
if [ $gateway_class ]; then
|
||||||
batman_args=${batman_args}'-g '$gateway_class' '
|
batman_args=${batman_args}'-g '$gateway_class' '
|
||||||
|
@ -60,7 +60,5 @@ start () {
|
||||||
}
|
}
|
||||||
|
|
||||||
stop () {
|
stop () {
|
||||||
killall batmand
|
killall batmand
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue