aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/setup.sh')
-rwxr-xr-xsrc/auditor/setup.sh3
1 files changed, 1 insertions, 2 deletions
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>&-