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