Fix a couple of errors in the config script.
This commit is contained in:
parent
8444ce37e1
commit
a8ecdf5963
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
NAME=dump1090-config
|
NAME=dump1090-flightaware
|
||||||
CONFIGFILE=/etc/default/$NAME
|
CONFIGFILE=/etc/default/$NAME
|
||||||
set -e
|
set -e
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
@ -80,7 +80,7 @@ db_input_verify() {
|
||||||
else
|
else
|
||||||
# db_input was OK, but the value did not verify.
|
# db_input was OK, but the value did not verify.
|
||||||
# show an error message
|
# show an error message
|
||||||
db_input high dump1090-mutability/invalid-$VERIFY || true
|
db_input high dump1090-flightaware/invalid-$VERIFY || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# try again
|
# try again
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue