changed the filename that snrlog cron job creates

This commit is contained in:
Darryl Quinn 2015-12-09 17:20:16 -06:00
parent a1deaea04a
commit 833dedd8fa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BEGIN {push @INC, '/www/cgi-bin'};
use perlfunc;
my $filename = '/tmp/snrlog';
my $filename = '/tmp/snrlog/strongest';
my $MAXLINES=2880; # 2days worth
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);