Merge pull request #2319 from mikeage/dump1090
dump1090: fix typo preventing daemon startup
Backport of 51474d7499
This commit is contained in:
commit
22fd12922e
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ config dump1090 main
|
||||||
option no_fix '0'
|
option no_fix '0'
|
||||||
option no_crc_check '0'
|
option no_crc_check '0'
|
||||||
option phase_enhance '0'
|
option phase_enhance '0'
|
||||||
option agressive '0'
|
option aggressive '0'
|
||||||
option mlat '0'
|
option mlat '0'
|
||||||
option stats '0'
|
option stats '0'
|
||||||
option stats_every ''
|
option stats_every ''
|
||||||
|
|
|
@ -66,7 +66,7 @@ start_instance() {
|
||||||
append_bool "$cfg" no_fix "--no-fix"
|
append_bool "$cfg" no_fix "--no-fix"
|
||||||
append_bool "$cfg" no_crc_check "--no-crc-check"
|
append_bool "$cfg" no_crc_check "--no-crc-check"
|
||||||
append_bool "$cfg" phase_enhance "--phase-enhance"
|
append_bool "$cfg" phase_enhance "--phase-enhance"
|
||||||
append_bool "$cfg" agressive "--agressive"
|
append_bool "$cfg" aggressive "--aggressive"
|
||||||
append_bool "$cfg" mlat "--mlat"
|
append_bool "$cfg" mlat "--mlat"
|
||||||
append_bool "$cfg" stats "--stats"
|
append_bool "$cfg" stats "--stats"
|
||||||
append_arg "$cfg" stats_every "--stats-every"
|
append_arg "$cfg" stats_every "--stats-every"
|
||||||
|
|
Loading…
Reference in a new issue