From 6de91c0c4e2799451daeac7f7f81d72f5f193788 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 24 Apr 2021 20:07:08 +0200 Subject: [PATCH] let's try this way --- debian/openwebrx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.config b/debian/openwebrx.config index 0467051..c5adb97 100755 --- a/debian/openwebrx.config +++ b/debian/openwebrx.config @@ -2,7 +2,7 @@ . /usr/share/debconf/confmodule db_get openwebrx/admin_user_configured -if [ "${1:-}" == "reconfigure" ] || [ "${RET}" != true ]; then +if [ "${1:-}" = "reconfigure" ] || [ "${RET}" != true ]; then db_input high openwebrx/admin_user_password || true db_go fi