gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix termination


From: gnunet
Subject: [taler-exchange] branch master updated: fix termination
Date: Mon, 25 Mar 2024 15:50:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 006843b7 fix termination
006843b7 is described below

commit 006843b738a7d59d836d369a4b59481036dd2db0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Mar 25 14:50:01 2024 +0100

    fix termination
---
 src/auditor/generate-auditor-basedb.conf | 1 +
 src/auditor/setup.sh                     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 233cfbe7..8cf63fbb 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -28,6 +28,7 @@ DEFAULT_PURSE_LIMIT = 1
 CURRENCY = TESTKUDOS
 DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200
 DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000
+ALLOW_REGISTRATION = yes
 REGISTRATION_BONUS_ENABLED = yes
 REGISTRATION_BONUS = TESTKUDOS:100
 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
diff --git a/src/auditor/setup.sh b/src/auditor/setup.sh
index fb7932ac..e5b772e3 100755
--- a/src/auditor/setup.sh
+++ b/src/auditor/setup.sh
@@ -36,8 +36,7 @@ function setup()
     rm -rf "$FIFO_DIR"
     # We require '-W' for our termination logic to work.
     taler-unified-setup.sh -W "$@" \
-        | tee taler-unified-setup.log \
-        >&3 &
+        > >(tee taler-unified-setup.log >&3) &
     SETUP_PID=$!
     # Close FD3
     exec 3>&-

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]