mirror of https://github.com/aredn/aredn.git
changed the filename that snrlog cron job creates
This commit is contained in:
parent
a1deaea04a
commit
833dedd8fa
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue