aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/infrastructure/ci/git-post-receive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh
index c21931e..f0dce5d 100755
--- a/src/infrastructure/ci/git-post-receive.sh
+++ b/src/infrastructure/ci/git-post-receive.sh
@@ -146,7 +146,7 @@ mkdtemp() {
-a \
"$DIR"/ "$HTML_OUTDIR_CI"/
rm -rf "$DIR"
- } 2>&1 | logger -p local0.warn -t git-ci &
+ } 2>&1 | logger -p local0.warn -t git-ci 1>/dev/null 2>&1 &
}
trap finish EXIT