mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add a debconf title
This commit is contained in:
parent
e58c6e112a
commit
210eca736f
1
debian/openwebrx.config
vendored
1
debian/openwebrx.config
vendored
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
db_get openwebrx/admin_user_configured
|
db_get openwebrx/admin_user_configured
|
||||||
if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then
|
if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then
|
||||||
|
db_settitle openwebrx/title
|
||||||
db_input high openwebrx/admin_user_password || true
|
db_input high openwebrx/admin_user_password || true
|
||||||
db_go
|
db_go
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
4
debian/openwebrx.templates
vendored
4
debian/openwebrx.templates
vendored
|
|
@ -21,3 +21,7 @@ Default: false
|
||||||
Description: OpenWebRX "admin" user previously configured?
|
Description: OpenWebRX "admin" user previously configured?
|
||||||
Marker used internally by the config scripts to remember if an admin user has
|
Marker used internally by the config scripts to remember if an admin user has
|
||||||
been created.
|
been created.
|
||||||
|
|
||||||
|
Template: openwebrx/title
|
||||||
|
Type: title
|
||||||
|
Description: Configuring OpenWebRX
|
||||||
Loading…
Reference in a new issue