gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -curl was not installed, use wget


From: gnunet
Subject: [taler-docs] branch master updated: -curl was not installed, use wget
Date: Thu, 05 Aug 2021 21:35:18 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0aea510  -curl was not installed, use wget
0aea510 is described below

commit 0aea51041d4ca0f3ab5dd5d1c901cf494b2df4e0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 5 21:35:16 2021 +0200

    -curl was not installed, use wget
---
 taler-exchange-setup-guide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index cba7503..7e8a019 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -473,7 +473,7 @@ The exchange HTTP service can now be started:
 
   [root@exchange-online]# systemctl start taler-exchange.target
   [root@exchange-online]# export BASE_URL=$(taler-config -s exchange -o 
base_url)
-  [root@exchange-online]# curl ${BASE_URL}management/keys
+  [root@exchange-online]# wget ${BASE_URL}management/keys
 
 
 .. note::
@@ -487,7 +487,7 @@ base URL, run:
 .. code-block:: shell-session
 
   [root@exchange-online]# export BASE_URL=$(taler-config -s exchange -o 
base_url)
-  [root@exchange-online]# curl ${BASE_URL}management/keys
+  [root@exchange-online]# wget ${BASE_URL}management/keys
 
 
 Offline Signing Procedure

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