diff --git a/files/usr/local/bin/snrlog b/files/usr/local/bin/snrlog index 7bf53f6d..5fc55655 100755 --- a/files/usr/local/bin/snrlog +++ b/files/usr/local/bin/snrlog @@ -33,6 +33,9 @@ =cut +#delay just after rssi_monitor has a chance to run noise floor calibration +sleep 5; + $MAXLINES=2880; # 2 days worth $tmpdir="/tmp/snrlog"; $lastdat="/tmp/snr.dat"; diff --git a/files/www/cgi-bin/signal b/files/www/cgi-bin/signal index 62280808..83e24865 100755 --- a/files/www/cgi-bin/signal +++ b/files/www/cgi-bin/signal @@ -40,6 +40,7 @@ $debug = 0; BEGIN {push @INC, '/www/cgi-bin'}; use perlfunc; +chomp ($tzone=`date +%Z`); read_query_string(); # collect some variables @@ -89,7 +90,7 @@ $header = <); close $fh;