Merge pull request #1497 from ZoneMinder/zmtelemetry

fix invalid key name in config hash
This commit is contained in:
Isaac Connor 2016-05-22 10:14:12 -04:00
commit 68bc10eb93
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if ( $Config{ZM_TELEMETRY_DATA} )
{
print( "Update agent starting at ".strftime( '%y/%m/%d %H:%M:%S', localtime() )."\n" );
my $lastCheck = $Config{ZM_TELEMETRY_LAST_CHECK};
my $lastCheck = $Config{ZM_TELEMETRY_LAST_UPLOAD};
while( 1 ) {
my $now = time();