Remove --phase-enhance from the initscript.

This commit is contained in:
Oliver Jowett 2016-05-31 12:25:00 +01:00
parent 8f82e61f17
commit 56e80581f1

View file

@ -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