commit ed2d94e8be87a75258ca45388026069508a633b5
parent bfbbb5f8182fa668a992fadd504e43daa31962a4
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 1 Jan 2021 20:55:00 +0100
add missing config lines
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/taler-merchant.config b/debian/taler-merchant.config
@@ -4,10 +4,16 @@ set -e
. /usr/share/debconf/confmodule
+db_input low taler-merchant/username || true
+db_go
+
+db_input low taler-merchant/groupname || true
+db_go
+
+
if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
. /usr/share/dbconfig-common/dpkg/config.pgsql
dbc_go taler-merchant "$@"
fi
-
db_stop