mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 23:34:32 +04:00
batmand: fix whitespace
This commit is contained in:
@@ -9,4 +9,3 @@ config batmand general
|
||||
option policy_routing_script
|
||||
option disable_client_nat
|
||||
option disable_aggregation
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user