aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstats.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.pl b/stats.pl
index 984f5c3..9643de9 100755
--- a/stats.pl
+++ b/stats.pl
@@ -40,7 +40,7 @@ if (!defined($content) || !$content || length $content < 1) {
exit 1
}
-my $now = `date +%Y%m%d-%H%M%S`
+my $now = `date +%Y%m%d-%H%M%S`;
open FH, ">$rrd_path/rrd/scoreboard_$now";
print FH $content;
close FH;