gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix #7722


From: gnunet
Subject: [taler-merchant] branch master updated: fix #7722
Date: Wed, 08 Mar 2023 12:39:06 +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 1cd6752f fix #7722
1cd6752f is described below

commit 1cd6752f9cc7582ffc314f1210eeecd4c67bd27a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 8 12:39:03 2023 +0100

    fix #7722
---
 contrib/wallet-core     | 2 +-
 debian/db/install/pgsql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/wallet-core b/contrib/wallet-core
index 6af5824d..abc01ba2 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 6af5824d5319c3f5b043d7336189593a5a032dea
+Subproject commit abc01ba21f670960df8a79047d536f16c263183b
diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
index 33b8cb1d..65e051f0 100755
--- a/debian/db/install/pgsql
+++ b/debian/db/install/pgsql
@@ -17,7 +17,7 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
       $merchantdb_secretconf
 
     # Allow the taler-merchant-httpd user to create schemas, needed by dbinit
-    echo "GRANT CREATE ON DATABASE \"${dbc_dbtype}\" TO 
\"taler-merchant-httpd\";" | sudo -u postgres psql -f -
+    echo "GRANT CREATE ON DATABASE \"${dbc_dbtype}\" TO 
\"taler-merchant-httpd\";\n" | sudo -u postgres ${dbc_dbname} -f -
     # Run database initialization logic
     sudo -u taler-merchant-httpd taler-merchant-dbinit -c /etc/taler/taler.conf
     ;;

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