2021-02-17 23:39:16 +01:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
2021-02-18 17:04:45 +01:00
|
|
|
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
|
2021-02-18 16:08:22 +01:00
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
|
2021-02-18 15:55:55 +01:00
|
|
|
db_input high openwebrx/admin_user_password || true
|
|
|
|
|
db_go
|
|
|
|
|
fi
|