taler-deployment

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

commit 99920914258b7d03fdd18d79125b36fc8b68f9c5
parent 2cc0ed7925cd0996137e2b316c4e58448dc3a3ab
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat,  8 Jun 2019 20:03:15 +0200

typo

Diffstat:
Mbin/taler-deployment-keyup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -20,7 +20,7 @@ if ! test -f $(taler-config -s paths -o taler_deployment_shared -f)/hier.lock; t exit 1 fi -AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o autitor_inputs -f) +AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o auditor_inputs -f) AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f) EXHCANGE_PUB=$(taler-config -s exchange -o master_public_key) EXHCANGE_URL=$(taler-config -s exchange -o base_url)