diff options
author | Marius Halden <marius.h@lden.org> | 2015-02-14 07:47:16 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2015-02-14 07:47:16 +0100 |
commit | 3364a2bf1c24016221e17173152b6876a19c32c3 (patch) | |
tree | 0a0539827542a4438a1e7770437e8af1f69c178f | |
parent | b3f3afd5a377d1bfd008f7dd1e14df9ef2da856c (diff) | |
download | appdrift-stats-3364a2bf1c24016221e17173152b6876a19c32c3.tar.gz appdrift-stats-3364a2bf1c24016221e17173152b6876a19c32c3.tar.bz2 appdrift-stats-3364a2bf1c24016221e17173152b6876a19c32c3.tar.xz |
Lost semicolon replaced
-rwxr-xr-x | stats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |