From 85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Tue, 20 May 2008 10:22:52 +0200 Subject: [PATCH] Fix bash syntax in rrd doc. --- doc/rrd-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrd-howto.txt b/doc/rrd-howto.txt index 0013329b0f..007005b035 100644 --- a/doc/rrd-howto.txt +++ b/doc/rrd-howto.txt @@ -5,7 +5,7 @@ touch rrd rrdtool create vlc.rrd --step 1 "DS:in:GAUGE:10:0:30000" "DS:demux:GAUGE:10:0:30000" "DS:out:GAUGE:10:0:30000" "RRA:AVERAGE:0,5:1:86400" # Start "listening" the RRD file -tail -f rrd |while read in;do;echo $in;rrdtool update vlc.rrd `echo $in`;done +tail -f rrd |while read in;do echo $in;rrdtool update vlc.rrd `echo $in`;done # Start vlc vlc normal_vlc_stuff --extraintf logger --rrd-file rrd -- 2.39.2