batmand: fix whitespace

This commit is contained in:
Leon M. George 2019-05-24 01:17:41 +02:00
parent 040b8e8750
commit c514a2a49c
3 changed files with 14 additions and 17 deletions

View File

@ -9,4 +9,3 @@ config batmand general
option policy_routing_script
option disable_client_nat
option disable_aggregation

View File

@ -19,9 +19,9 @@ start () {
batman_args=""
for hna in $hnas
do
batman_args=${batman_args}'-a '$hna' '
done
do
batman_args=${batman_args}'-a '$hna' '
done
if [ $gateway_class ]; then
batman_args=${batman_args}'-g '$gateway_class' '
@ -60,7 +60,5 @@ start () {
}
stop () {
killall batmand
killall batmand
}