openwebrx-clone/debian/openwebrx.config
2021-02-18 17:09:08 +01:00

8 lines
174 B
Bash
Executable File

#!/bin/sh -e
. /usr/share/debconf/confmodule
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
db_input high openwebrx/admin_user_password || true
db_go
fi