openwebrx-clone/debian/openwebrx.config
2021-04-24 19:52:20 +02:00

9 lines
185 B
Bash
Executable File

#!/bin/sh -ex
. /usr/share/debconf/confmodule
db_get openwebrx/admin_user_configured
if [ "${RET}" != true ]; then
db_input high openwebrx/admin_user_password || true
db_go
fi