From ae99b587e5fc34132f79d4dea1b0a2aa5a37132b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 3 Jun 2006 02:16:33 +0000 Subject: Update END_AT to end 24 hours before now --- other/tor/bin/rrd-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') diff --git a/other/tor/bin/rrd-graph b/other/tor/bin/rrd-graph index 32274f1..67ba501 100755 --- a/other/tor/bin/rrd-graph +++ b/other/tor/bin/rrd-graph @@ -11,7 +11,7 @@ my $IMG_URL = ''; my $NOW = time; my $GMTIME = gmtime($NOW); my $START_AT = $NOW-4*30*24*3600; -my $END_AT = $NOW-4*3600; +my $END_AT = $NOW-24*3600; my $OLD_AT = $NOW-7*24*3600; my $RRD = '/home/weasel/www/www.noreply.org/Build/other/tor/rrd/running_Routers.rrd'; my $RRD_DIR = '/home/weasel/www/www.noreply.org/Build/other/tor/rrd/nodes'; -- cgit v1.2.3