diff options
Diffstat (limited to 'src/auditor/generate-auditor-basedb.sh')
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index 553ad39f9..4006addfd 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -186,7 +186,6 @@ for n in `seq 1 2` do echo -n "." OK=0 - # bank wget --timeout=1 http://localhost:8081/keys -o /dev/null -O /dev/null >/dev/null || continue OK=1 break @@ -197,6 +196,9 @@ then exit_skip "Failed to setup keys" fi +echo " DONE" +echo -n "Adding auditor signatures ..." + taler-auditor-offline -c $CONF \ download sign upload &> taler-auditor-offline.log |