mutability / dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices
529 stars 137 forks source link

Correct typo? in dump1090-mutability.init line 64 #127

Closed gismonkey closed 8 years ago

gismonkey commented 8 years ago

A bit of line 64 seems to have been removed / lost, which is causing new installs to fail to start (at least on my C.H.I.P.). I tried adding back the same "if []" bits as the previous lines, and it worked great on my system.

mutability commented 8 years ago

This doesn't look right; MAX_RANGE is unconditionally non-empty (see the test earlier in the init.d file)

mutability commented 8 years ago

OK, so it's actually the stray "fi" that's the issue. I'll fix that.