taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b81436a48000ee581e483c35faccb11f3b68f3a6
parent bffcce924b076f757a3f4d00c7268b109513e173
Author: Florian Dold <florian@dold.me>
Date:   Fri,  6 Aug 2021 13:03:08 +0200

remove duplicated instruction

Diffstat:
Mtaler-exchange-setup-guide.rst | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -849,8 +849,6 @@ The exchange HTTP service can now be started: .. code-block:: shell-session [root@exchange-online]# systemctl start taler-exchange.target - [root@exchange-online]# export BASE_URL=$(taler-config -s exchange -o base_url) - [root@exchange-online]# wget ${BASE_URL}management/keys .. note::