diff options
author | Marius Halden <marius.h@lden.org> | 2015-02-14 08:33:57 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2015-02-14 08:33:57 +0100 |
commit | 3a2e5be78bdc8ec77e610d4669fcd997a317c365 (patch) | |
tree | cba6f92b1e1d875166cdeaa2bdccfb302bed2db4 | |
parent | b88149536dce591db6994c3c3995b289555f658e (diff) | |
download | appdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.gz appdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.bz2 appdrift-stats-3a2e5be78bdc8ec77e610d4669fcd997a317c365.tar.xz |
We don't need to save the scoreboard anymore
-rwxr-xr-x | stats.pl | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -40,11 +40,6 @@ if (!defined($content) || !$content || length $content < 1) { exit 1; } -my $now = `date +%Y%m%d-%H%M%S`; -open FH, ">$rrd_path/rrd/scoreboard_$now"; -print FH $content; -close FH; - my @content = split /^-+$/m, $content; shift @content; |