From 9a10ef48866e03b94a3d01b43695a01d2462d9b4 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 10 Jul 2016 11:41:02 +0100 Subject: [PATCH] Remove a stray "fi" in the initscript. Should fix #127. --- debian/dump1090-mutability.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dump1090-mutability.init b/debian/dump1090-mutability.init index c77d04e..33f3934 100644 --- a/debian/dump1090-mutability.init +++ b/debian/dump1090-mutability.init @@ -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: