summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/auditor/generate-auditor-basedb.conf1
-rwxr-xr-xsrc/auditor/setup.sh3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf
index 233cfbe7c..8cf63fbba 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 fb7932aca..e5b772e32 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>&-