Remove a stray "fi" in the initscript. Should fix #127.

This commit is contained in:
Oliver Jowett 2016-07-10 11:41:02 +01:00
parent 68ef9ce3be
commit 9a10ef4886

View file

@ -61,7 +61,7 @@ if [ -n "$PPM" ]; then ARGS="$ARGS --ppm $PPM"; fi
if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; 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
ARGS="$ARGS --max-range $MAX_RANGE"
# net: