let's try this way

This commit is contained in:
Jakob Ketterl 2021-04-24 20:07:08 +02:00
parent cc3e43c6cd
commit 6de91c0c4e
1 changed files with 1 additions and 1 deletions

View File

@ -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