taler-deployment

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

commit 747415c3f2e40dcbf71310702c215b0259a51d8d
parent 2a89e13966383be120624b1462aa614ea1588e4b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun,  9 Jun 2019 04:35:01 +0200

fix name

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 @@ -60,7 +60,7 @@ taler-auditor-exchange \ # Checks whether any denom key was generated, and # only sign it if so. -if [[ -s $auditor_request_dir/auditor_request ]]; then +if [[ -s $AUDITOR_REQUEST_DIR/auditor_request ]]; then echo "Signing key material by auditor.." taler-auditor-sign \ -u $TALER_ENV_URL_AUDITOR \