summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 22:59:01 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 22:59:01 +0100
commitb505ca479a4b5f552dd0a66fd781bebfdad9c049 (patch)
tree51b7f9f9face03d771d814c302ea30c9ce611ee2 /bin/taler-deployment-prepare
parent0ef9c05bbde46a0727b7980e910e5b42c8e6678b (diff)
downloaddeployment-b505ca479a4b5f552dd0a66fd781bebfdad9c049.tar.gz
deployment-b505ca479a4b5f552dd0a66fd781bebfdad9c049.tar.bz2
deployment-b505ca479a4b5f552dd0a66fd781bebfdad9c049.zip
do not fail if nothing new was added:
Diffstat (limited to 'bin/taler-deployment-prepare')
-rwxr-xr-xbin/taler-deployment-prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index c3f9b00..b3ddd4b 100755
--- 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