mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 09:10:16 +01:00
9 lines
203 B
Bash
Executable file
9 lines
203 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin hasuser admin; then
|
|
db_input high openwebrx/admin_user_password || true
|
|
db_go
|
|
fi
|