gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fixing taler-config invocation


From: gnunet
Subject: [taler-deployment] branch master updated: fixing taler-config invocation
Date: Sun, 03 Dec 2023 17:49:52 +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 953d4ad  fixing taler-config invocation
953d4ad is described below

commit 953d4ad3806bafff0ba91c681344b04ea2793aba
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 3 17:49:41 2023 +0100

    fixing taler-config invocation
---
 netzbon/config_libeufin_nexus.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh
index 8bd32f0..d7463a3 100755
--- a/netzbon/config_libeufin_nexus.sh
+++ b/netzbon/config_libeufin_nexus.sh
@@ -12,11 +12,11 @@ source functions.sh
 source config/user.conf
 
 taler-config -s nexus-postgres -o config \
-  -V "postgresql:///libeufin" /etc/libeufin/libeufin-nexus.conf
+  -V "postgresql:///libeufin" -c /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 $FIAT_CURRENCY /etc/libeufin/libeufin-nexus.conf
+  -V $FIAT_CURRENCY -c /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]