gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix cut and paste context erro


From: gnunet
Subject: [taler-deployment] branch master updated: fix cut and paste context error
Date: Sun, 23 Feb 2020 20:06:13 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a385855  fix cut and paste context error
a385855 is described below

commit a3858557a526069a2068154b72c9fc63d4c74dbb
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 20:06:11 2020 +0100

    fix cut and paste context error
---
 bin/taler-deployment-prepare | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index bfb71ba..3b33442 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -51,9 +51,8 @@ esac
 ##
 
 taler-auditor-exchange \
-  -c ${CONFIG_FILE} \
-  -m $(taler-config -c ${CONFIG_FILE} -s exchange -o master_public_key) \
-  -u $(taler-config -c ${CONFIG_FILE} -s exchange -o base_url) || true
+  -m $(taler-config -s exchange -o master_public_key) \
+  -u $(taler-config -s exchange -o base_url) || true
 
 rm -f auditor.in
 taler-exchange-keyup -o auditor.in

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]