OpenWebRX_Solar_SDR/openwebrx/debian/openwebrx.config

9 lines
216 B
Plaintext
Raw Normal View History

2022-02-10 22:48:55 +00:00
#!/bin/sh -e
. /usr/share/debconf/confmodule
db_get openwebrx/admin_user_configured
if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then
db_input high openwebrx/admin_user_password || true
db_go
fi