summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-03 17:49:41 +0100
committerMS <ms@taler.net>2023-12-03 17:49:41 +0100
commit953d4ad3806bafff0ba91c681344b04ea2793aba (patch)
tree367c539f344688ab4704a59f7d29f210f67ead1d
parentc1de9ea6b383e9b21b764ca205837b45c0ea06ed (diff)
downloaddeployment-953d4ad3806bafff0ba91c681344b04ea2793aba.tar.gz
deployment-953d4ad3806bafff0ba91c681344b04ea2793aba.tar.bz2
deployment-953d4ad3806bafff0ba91c681344b04ea2793aba.zip
fixing taler-config invocation
-rwxr-xr-xnetzbon/config_libeufin_nexus.sh4
1 files 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