diff --git a/debian/openwebrx.config b/debian/openwebrx.config index 9a193930..2f17fb9a 100755 --- a/debian/openwebrx.config +++ b/debian/openwebrx.config @@ -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 diff --git a/debian/openwebrx.templates b/debian/openwebrx.templates index 8ef7e846..6819fbad 100644 --- a/debian/openwebrx.templates +++ b/debian/openwebrx.templates @@ -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. \ No newline at end of file + been created. + +Template: openwebrx/title +Type: title +Description: Configuring OpenWebRX \ No newline at end of file