mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
let's try this way
This commit is contained in:
parent
cc3e43c6cd
commit
6de91c0c4e
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
db_get openwebrx/admin_user_configured
|
db_get openwebrx/admin_user_configured
|
||||||
if [ "${1:-}" == "reconfigure" ] || [ "${RET}" != true ]; then
|
if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then
|
||||||
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