taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7e1decad39f8ff6f5160731f63221ab5dd0a39c4
parent fb4d3dcffd9898ad266abcee94e7bef0122704c1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun,  9 Jun 2019 04:32:00 +0200

typo

Diffstat:
Mbin/taler-deployment-keyup | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -23,8 +23,8 @@ fi AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o auditor_inputs -f) AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f) AUDITOR_PRIV=$(taler-config -s auditor -o auditor_priv_file -f) -EXHCANGE_PUB=$(taler-config -s exchange -o master_public_key) -EXHCANGE_URL=$(taler-config -s exchange -o base_url) +EXCHANGE_PUB=$(taler-config -s exchange -o master_public_key) +EXCHANGE_URL=$(taler-config -s exchange -o base_url) EXCHANGE_LIVE_KEYS=$(taler-config -s exchange -o keydir -f) EXCHANGE_WIREFEES=$(taler-config -s exchangedb -o wirefee_base_dir -f) EXCHANGE_PRIV=$(taler-config -s exchange -o master_priv_file -f)