mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-19 03:14:39 +01:00
suppress errors during check
This commit is contained in:
parent
8f49337b81
commit
1956907d6d
2
debian/openwebrx.config
vendored
2
debian/openwebrx.config
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin hasuser admin; then
|
if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin --silent hasuser admin; 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