mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
restore unconditional confmodule
This commit is contained in:
parent
fc5d560345
commit
34b369b200
3
debian/openwebrx.config
vendored
3
debian/openwebrx.config
vendored
|
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
|
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
|
||||||
. /usr/share/debconf/confmodule
|
|
||||||
|
|
||||||
db_input high openwebrx/admin_user_password || true
|
db_input high openwebrx/admin_user_password || true
|
||||||
db_go
|
db_go
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue