Remove --phase-enhance from the initscript.
This commit is contained in:
parent
8f82e61f17
commit
56e80581f1
1
debian/dump1090-mutability.init
vendored
1
debian/dump1090-mutability.init
vendored
|
@ -59,7 +59,6 @@ if [ -n "$PPM" ]; then ARGS="$ARGS --ppm $PPM"; fi
|
|||
|
||||
# decoder:
|
||||
if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi
|
||||
if [ "x$PHASE_ENHANCE" = "xyes" ]; then ARGS="$ARGS --phase-enhance"; fi
|
||||
if [ -n "$LAT" ]; then ARGS="$ARGS --lat $LAT"; fi
|
||||
if [ -n "$LON" ]; then ARGS="$ARGS --lon $LON"; fi
|
||||
ARGS="$ARGS --max-range $MAX_RANGE"; fi
|
||||
|
|
Loading…
Reference in a new issue