From fc5d560345cbff6c6dcb9e776eac641cfef3012d Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 17:04:45 +0100 Subject: [PATCH] don't need to check for command, if it's not there the result will be the same --- debian/openwebrx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.config b/debian/openwebrx.config index a89e355..35b47bc 100755 --- a/debian/openwebrx.config +++ b/debian/openwebrx.config @@ -1,6 +1,6 @@ #!/bin/sh -e -if [ ! -e /usr/bin/openwebrx-admin ] || ! /usr/bin/openwebrx-admin --silent hasuser admin; then +if ! /usr/bin/openwebrx-admin --silent hasuser admin; then . /usr/share/debconf/confmodule db_input high openwebrx/admin_user_password || true