openwebrx-clone/debian/openwebrx.config

8 lines
165 B
Plaintext
Raw Normal View History

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