openwebrx-clone/debian/openwebrx.config

9 lines
179 B
Plaintext
Raw Normal View History

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