gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: follow-up


From: gnunet
Subject: [taler-deployment] branch master updated: follow-up
Date: Sun, 03 Dec 2023 19:41:14 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 436b1b6  follow-up
436b1b6 is described below

commit 436b1b6e0b3c9e7b6159e18b14cfc9acb6bb0eb8
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 3 19:41:11 2023 +0100

    follow-up
---
 netzbon/config_libeufin_bank.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index 0d85272..835b99b 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -77,7 +77,10 @@ alt_unit_names = {"0":"NETZBON"}
 EOF
 fi
 
-echo "GRANT SELECT, INSERT, TRIGGER ON ALL TABLES IN SCHEMA libeufin_nexus TO 
libeufin-bank" \
+echo "GRANT USAGE ON SCHEMA libeufin_nexus TO \"libeufin-bank\"" \
+  | sudo -i -u postgres psql libeufin
+
+echo "GRANT SELECT, INSERT, TRIGGER ON ALL TABLES IN SCHEMA libeufin_nexus TO 
\"libeufin-bank\"" \
   | sudo -i -u postgres psql libeufin
 
 say "Setting up libeufin-bank database"

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