gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: debian: fix escape handling in D


From: gnunet
Subject: [taler-merchant] branch master updated: debian: fix escape handling in DB script
Date: Wed, 15 Mar 2023 09:34:50 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 70e6d50d debian: fix escape handling in DB script
70e6d50d is described below

commit 70e6d50d6a592bdf5346f0e2098867e261cb7519
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 15 09:33:53 2023 +0100

    debian: fix escape handling in DB script
---
 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 b6531a6d..abc01ba2 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit b6531a6d6f2331eca7cfc2a404f1c4c68920979b
+Subproject commit abc01ba21f670960df8a79047d536f16c263183b
diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
index 1665d22d..852390df 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_dbname}\" TO 
\"taler-merchant-httpd\";\n" | sudo -u postgres psql -f -
+    echo -e "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]