diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-07 15:23:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-07 15:23:49 +0100 |
commit | c6b14a97c57528cbcf5e23e20707e8ec50b7faec (patch) | |
tree | 0a045362b8551daaf47ff6548f1bd4c919fb1daa /src | |
parent | 0ec06aeada8a047c4c51eff40cb2c32970a2f8de (diff) |
Revert "stop using deprecated taler-auditor-exchange"
This reverts commit 0ec06aeada8a047c4c51eff40cb2c32970a2f8de.
Diffstat (limited to 'src')
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index e1fcc8015..e621567d9 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -684,6 +684,10 @@ then taler-auditor-dbinit \ -c "$CONF" \ --reset + taler-auditor-exchange \ + -c "$CONF" \ + -m "$MAPUB" \ + -u "$EXCHANGE_URL" $USE_VALGRIND taler-auditor-httpd \ -L "$LOGLEVEL" \ -c "$CONF" 2> taler-auditor-httpd.log & |