openwebrx-clone/debian/openwebrx.config
2021-04-24 19:39:48 +02:00

9 lines
184 B
Bash
Executable File

#!/bin/sh -e
. /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