mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-04 15:50:12 +01:00
8 lines
165 B
Bash
Executable file
8 lines
165 B
Bash
Executable file
#!/bin/sh -e
|
|
. /usr/share/debconf/confmodule
|
|
|
|
if ! openwebrx-admin --silent hasuser admin; then
|
|
db_input high openwebrx/admin_user_password || true
|
|
db_go
|
|
fi
|