summaryrefslogtreecommitdiff
path: root/src/auditor/generate-auditor-basedb.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-24 20:49:11 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-24 20:49:11 +0200
commitb4965db0d26a85787e1fd430e1591c50f8dd1279 (patch)
treefebdd6f7d2a60a8d96de9f56e999a7c1a930e53d /src/auditor/generate-auditor-basedb.sh
parentb671d6b25dd469c9065a28d4406f6883da83c4ea (diff)
downloadexchange-b4965db0d26a85787e1fd430e1591c50f8dd1279.tar.gz
exchange-b4965db0d26a85787e1fd430e1591c50f8dd1279.tar.bz2
exchange-b4965db0d26a85787e1fd430e1591c50f8dd1279.zip
-fix fieldnames, regenerated DBs
Diffstat (limited to 'src/auditor/generate-auditor-basedb.sh')
-rwxr-xr-xsrc/auditor/generate-auditor-basedb.sh4
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