openwebrx-clone/debian/openwebrx.config

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