gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: syntax


From: gnunet
Subject: [libeufin] branch master updated: syntax
Date: Mon, 04 Dec 2023 21:21:33 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4a6814d6 syntax
4a6814d6 is described below

commit 4a6814d63c96905c8a369e2f42aa1f40ff8b281f
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 4 21:21:30 2023 +0100

    syntax
---
 contrib/libeufin-dbconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/libeufin-dbconfig b/contrib/libeufin-dbconfig
index 2c0daeb1..eb9e7e3f 100755
--- a/contrib/libeufin-dbconfig
+++ b/contrib/libeufin-dbconfig
@@ -197,7 +197,7 @@ then
         echo "Failed to grant usage privilege on schema 'libeufin_nexus' to 
'$BANK_DBUSER'." 1>&2
     exit 1 
 fi
-if ! echo "GRANT SELECT, INSERT, TRIGGER ON ALL TABLES IN SCHEMA 
libeufin_nexus TO \"$BANK_DBUSER\""
+if ! echo "GRANT SELECT, INSERT, TRIGGER ON ALL TABLES IN SCHEMA 
libeufin_nexus TO \"$BANK_DBUSER\"" \
         | sudo -i -u postgres psql "$DBNAME"
 then
         echo "Failed to grant SELECT, INSERT, TRIGGER privileges on schema 
'libeufin_nexus' to '$BANK_DBUSER'." 1>&2

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