From 9492bbebbb4bc041d205292973e9d26f2fc768c6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 01:42:06 +0100 Subject: [PATCH] un-silence --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index 540f06e..a3e3344 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -18,7 +18,7 @@ case "$1" in # create initial openwebrx user db_get openwebrx/admin_user_password if [ ! -z "${RET}" ] && [ "${RET}" != "__DONE__" ]; then - OWRX_PASSWORD="${RET}" openwebrx-admin --noninteractive --silent adduser admin + OWRX_PASSWORD="${RET}" openwebrx-admin --noninteractive adduser admin # remove actual password from debconf database, but leave a marker db_set openwebrx/admin_user_password "__DONE__" fi