gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: add missing config lines


From: gnunet
Subject: [taler-merchant] branch master updated: add missing config lines
Date: Fri, 01 Jan 2021 20:55:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ed2d94e8 add missing config lines
ed2d94e8 is described below

commit ed2d94e8be87a75258ca45388026069508a633b5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 1 20:55:00 2021 +0100

    add missing config lines
---
 debian/taler-merchant.config | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/taler-merchant.config b/debian/taler-merchant.config
index 3115a407..1e56b1e5 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]