[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix service name
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix service name |
Date: |
Tue, 05 Jan 2021 16:02:21 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 55645ad fix service name
55645ad is described below
commit 55645adb966aab7f454e81e9abd10f900271ea68
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 5 16:02:16 2021 +0100
fix service name
---
bin/taler-deployment-prepare | 4 ++++
taler-arm/taler-helper-crypto-eddsa.conf | 2 +-
taler-arm/taler-helper-crypto-rsa.conf | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 633d1cb..0a255aa 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -130,6 +130,10 @@ case $TALER_ENV_NAME in
;;
esac
+##
+## Step 6: Set up merchant
+##
+
# Configure merchant instances.
taler-deployment-arm -s
if taler-deployment-arm -I | grep "^taler-merchant" > /dev/null; then
diff --git a/taler-arm/taler-helper-crypto-eddsa.conf
b/taler-arm/taler-helper-crypto-eddsa.conf
index 3d84f79..7945725 100644
--- a/taler-arm/taler-helper-crypto-eddsa.conf
+++ b/taler-arm/taler-helper-crypto-eddsa.conf
@@ -1,4 +1,4 @@
-[taler-exchange]
+[taler-helper-crypto-eddsa]
TYPE = simple
BINARY = taler-helper-crypto-eddsa
OPTIONS = -l $HOME/logs/crypto-eddsa-%Y-%m-%d.log
diff --git a/taler-arm/taler-helper-crypto-rsa.conf
b/taler-arm/taler-helper-crypto-rsa.conf
index b47ea34..11be090 100644
--- a/taler-arm/taler-helper-crypto-rsa.conf
+++ b/taler-arm/taler-helper-crypto-rsa.conf
@@ -1,4 +1,4 @@
-[taler-exchange]
+[taler-helper-crypto-rsa]
TYPE = simple
BINARY = taler-helper-crypto-rsa
OPTIONS = -l $HOME/logs/crypto-rsa-%Y-%m-%d.log
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix service name,
gnunet <=