diff --git a/pipe.sh b/pipe.sh index 1eb97e7496996f471154a3d400e598b553aecb19..7ba59d3aaffb4c51eb20e2885015e0a21134c6cc 100755 --- a/pipe.sh +++ b/pipe.sh @@ -24,5 +24,5 @@ tail -n0 -F "$LOG_FILE" | while read LINE; do -X POST \ -s \ -d@- \ - $WEBHOOK_URL; + $WEBHOOK_URL > /dev/null; done