openwebrx-clone/debian/openwebrx.config

8 lines
165 B
Plaintext
Raw Normal View History

2021-02-17 23:39:16 +01:00
#!/bin/sh -e
2021-02-18 17:09:08 +01:00
. /usr/share/debconf/confmodule
2021-02-17 23:39:16 +01:00
2021-02-18 17:28:00 +01:00
if ! openwebrx-admin --silent hasuser admin; then
db_input high openwebrx/admin_user_password || true
db_go
fi