handle config key not set
This commit is contained in:
parent
1e684f9bf1
commit
b7e38960c0
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
db_get openwebrx/admin_user_configured
|
db_get openwebrx/admin_user_configured || true
|
||||||
if [ "${RET}" != true ]; then
|
if [ "${RET}" != true ]; then
|
||||||
db_input high openwebrx/admin_user_password || true
|
db_input high openwebrx/admin_user_password || true
|
||||||
db_go
|
db_go
|
||||||
|
Loading…
Reference in New Issue
Block a user