From a8ecdf5963bbd491a116326880745560900a2dd4 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 28 Dec 2014 20:56:36 +0000 Subject: [PATCH] Fix a couple of errors in the config script. --- debian/dump1090-flightaware.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/dump1090-flightaware.config b/debian/dump1090-flightaware.config index 3629d39..468c9e7 100644 --- a/debian/dump1090-flightaware.config +++ b/debian/dump1090-flightaware.config @@ -1,6 +1,6 @@ #!/bin/sh -NAME=dump1090-config +NAME=dump1090-flightaware CONFIGFILE=/etc/default/$NAME set -e . /usr/share/debconf/confmodule @@ -80,7 +80,7 @@ db_input_verify() { else # db_input was OK, but the value did not verify. # show an error message - db_input high dump1090-mutability/invalid-$VERIFY || true + db_input high dump1090-flightaware/invalid-$VERIFY || true fi # try again