gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix my brain fart


From: gnunet
Subject: [taler-merchant] branch master updated: fix my brain fart
Date: Wed, 08 Mar 2023 13:18:20 +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 9d6c2f6f fix my brain fart
9d6c2f6f is described below

commit 9d6c2f6fe9c45545726158eceb423a7516bfefe9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 8 13:18:18 2023 +0100

    fix my brain fart
---
 debian/db/install/pgsql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
index 65e051f0..1665d22d 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\";\n" | sudo -u postgres ${dbc_dbname} -f -
+    echo "GRANT CREATE ON DATABASE \"${dbc_dbname}\" TO 
\"taler-merchant-httpd\";\n" | sudo -u postgres psql -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]