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 17:30:44 +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 61d65a1  follow-up
61d65a1 is described below

commit 61d65a19a478500904c5513226909a562c999e40
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 3 17:30:41 2023 +0100

    follow-up
---
 netzbon/config_libeufin_nexus.sh | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh
index ae69543..0f6be75 100755
--- a/netzbon/config_libeufin_nexus.sh
+++ b/netzbon/config_libeufin_nexus.sh
@@ -11,20 +11,12 @@ set -eu
 source functions.sh
 source config/user.conf
 
-# In order to reach the bank, the setup step needs to provide
-# the section [ebics-setup].  This is a manual process that is
-# to be conducted separately.
-
-if ! taler-config -s "nexus-postgres" -o code &> /dev/null
-then echo -e "[nexus-postgres]\n"\
-"config = postgresql:///libeufin" \
-  >> /etc/libeufin/libeufin-nexus.conf
-fi
-
-if ! taler-config -s "nexus-ebics" -o code &> /dev/null
-  taler-config -s nexus-ebics -o currency \
-    -V $CURRENCY /etc/libeufin/libeufin-nexus.conf
-fi
+taler-config -s nexus-postgres -o config \
+  -V "postgresql:///libeufin" /etc/libeufin/libeufin-nexus.conf
+# Setting the currency here allows to fake incoming payments
+# without manually editing the configuration.
+taler-config -s nexus-ebics -o currency \
+  -V $CURRENCY /etc/libeufin/libeufin-nexus.conf
 
 say "Setting up libeufin-nexus database"
 libeufin-nexus-dbconfig

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