add a debconf title

This commit is contained in:
Jakob Ketterl 2023-10-21 01:51:29 +02:00
parent e58c6e112a
commit 210eca736f
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,7 @@
db_get openwebrx/admin_user_configured
if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then
db_settitle openwebrx/title
db_input high openwebrx/admin_user_password || true
db_go
fi

View file

@ -20,4 +20,8 @@ Type: boolean
Default: false
Description: OpenWebRX "admin" user previously configured?
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