diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-08 10:41:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-08 10:41:28 +0100 |
commit | 4975c9ed6ed5542e5a3a679cf606cbc1a5a09d44 (patch) | |
tree | 99999699436bb617b7dfb6653776951e64a135cc /bin/problems-filed-graph | |
parent | 9f622d77955d6af6560237bd72f63449d443dd17 (diff) |
Suppress gnuplot warnings.
Diffstat (limited to 'bin/problems-filed-graph')
-rwxr-xr-x | bin/problems-filed-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/problems-filed-graph b/bin/problems-filed-graph index dbac35639..8addacd62 100755 --- a/bin/problems-filed-graph +++ b/bin/problems-filed-graph @@ -57,5 +57,5 @@ END #echo "gpscript $GPSCRIPT" export GDFONTPATH=/usr/share/fonts/truetype/ttf-bitstream-vera -gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-line$EXTENSION +gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-line$EXTENSION 2>/dev/null |