Browse Source

net/mwan3: add missing local variables

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 6 years ago
parent
commit
0d5dd6da4f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/mwan3/files/usr/sbin/mwan3track

+ 2
- 1
net/mwan3/files/usr/sbin/mwan3track View File

@ -53,7 +53,8 @@ validate_track_method() {
main() {
local reliability count timeout interval failure_interval
local recovery_interval down up size
local keep_failure_interval
local keep_failure_interval check_quality failure_latency
local recovery_latency failure_loss recovery_loss
[ -z "$5" ] && echo "Error: should not be started manually" && exit 0


Loading…
Cancel
Save