[sysadmin-bin] Redirect stdout / stderr to /dev/null.



commit f089d502640a18e924ea5b41f0bbfa5eee78571d
Author: Andrea Veri <av gnome org>
Date:   Thu May 23 18:05:43 2013 +0200

    Redirect stdout / stderr to /dev/null.

 git/post-receive-notify-kgb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-notify-kgb b/git/post-receive-notify-kgb
index c224411..66e86f4 100755
--- a/git/post-receive-notify-kgb
+++ b/git/post-receive-notify-kgb
@@ -5,4 +5,4 @@
 REPOSITORY_ID=$(basename "$PWD")
 REPOSITORY_ID=${REPOSITORY_ID%.git}
 
-tee hooks/reflog | kgb-client --repo-id $REPOSITORY_ID --conf /home/admin/KGB/kgb-client.conf --repository 
git --git-reflog -
+tee hooks/reflog | kgb-client --repo-id $REPOSITORY_ID --conf /home/admin/KGB/kgb-client.conf --repository 
git --git-reflog - > /dev/null 2>&1


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