From 34b369b200a39ca752a12b0292397db4e8ac4cb1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 17:09:08 +0100 Subject: [PATCH] restore unconditional confmodule --- debian/openwebrx.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/openwebrx.config b/debian/openwebrx.config index 35b47bc..9aed84e 100755 --- a/debian/openwebrx.config +++ b/debian/openwebrx.config @@ -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