taler-deployment

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

commit b505ca479a4b5f552dd0a66fd781bebfdad9c049
parent 0ef9c05bbde46a0727b7980e910e5b42c8e6678b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 22:59:01 +0100

do not fail if nothing new was added:

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

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -57,7 +57,7 @@ taler-auditor-exchange \ rm -f auditor.in taler-exchange-keyup -o auditor.in -taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out +taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out || true rm -f auditor.in auditor.out # we don't actually use the auditor's signatures in the demo! # Make configuration accessible to auditor