openwebrx/debian/openwebrx.config
2021-02-18 17:04:45 +01:00

9 lines
179 B
Bash
Executable file

#!/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