From 8bbb443c67898e7b7da0e1bf0a1c96b8e084821a Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 20 May 2016 10:35:03 -0500 Subject: [PATCH] fix invalid key name in config hash --- scripts/zmtelemetry.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmtelemetry.pl.in b/scripts/zmtelemetry.pl.in index c7bf4a3f3..5a5328829 100644 --- a/scripts/zmtelemetry.pl.in +++ b/scripts/zmtelemetry.pl.in @@ -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();