taler-deployment

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

commit 2f1b51a5e8a7d717ef46b2c87f21d42f59e04a62
parent 714d0934cacf41af0a0ab629bbc0af562d2c7a19
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun,  9 Jun 2019 04:45:59 +0200

fix name; let tool decide

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

diff --git a/bin/taler-deployment-sign b/bin/taler-deployment-sign @@ -19,6 +19,6 @@ if ! test -f $(taler-config -s paths -o taler_deployment_shared -f)/hier.lock; t exit 1 fi -rm -f $WIRE_RESPONSE taler-exchange-sign +WIRE_RESPONSE=$(taler-config -s account-1 -o wire_response -f) chmod 070 $WIRE_RESPONSE