diff options
Diffstat (limited to 'src/auditor/setup.sh')
-rwxr-xr-x | src/auditor/setup.sh | 3 |
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>&- |