suppress errors during check

This commit is contained in:
Jakob Ketterl 2021-02-18 16:04:56 +01:00
parent 8f49337b81
commit 1956907d6d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
. /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_go
fi