Fix a couple of errors in the config script.
This commit is contained in:
parent
8444ce37e1
commit
a8ecdf5963
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue