dump1090: fix typo preventing daemon startup 2319/head
authorMike Miller <github@mikeage.net>
Mon, 25 Jan 2016 18:13:51 +0000 (20:13 +0200)
committerMike Miller <github@mikeage.net>
Wed, 27 Jan 2016 06:10:43 +0000 (08:10 +0200)
This fix is already in master, but based on the switch to the
mutability fork.

Signed-off-by: Mike Miller <github@mikeage.net>
utils/dump1090/files/dump1090.config
utils/dump1090/files/dump1090.init

index 53d40ef7f6b98fa7359b04265903f4c42a8bd427..a819e686167da2fa556f3a5b500208d429c7eb01 100644 (file)
@@ -28,7 +28,7 @@ config dump1090 main
        option no_fix '0'
        option no_crc_check '0'
        option phase_enhance '0'
-       option agressive '0'
+       option aggressive '0'
        option mlat '0'
        option stats '0'
        option stats_every ''
index bc0755fb862423c527ceff87d5694aebf01b36a7..b923df0c804de7fcda43a853abfcfd211d448925 100644 (file)
@@ -66,7 +66,7 @@ start_instance() {
        append_bool "$cfg" no_fix "--no-fix"
        append_bool "$cfg" no_crc_check "--no-crc-check"
        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" stats "--stats"
        append_arg "$cfg" stats_every "--stats-every"