restore unconditional confmodule

This commit is contained in:
Jakob Ketterl 2021-02-18 17:09:08 +01:00
parent fc5d560345
commit 34b369b200
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh -e
. /usr/share/debconf/confmodule
if ! /usr/bin/openwebrx-admin --silent hasuser admin; then
. /usr/share/debconf/confmodule
db_input high openwebrx/admin_user_password || true
db_go
fi