This commit is contained in:
Jamie Cameron
2018-06-24 16:43:33 -07:00
parent 09c72e1684
commit a90a143128

View File

@@ -95,7 +95,7 @@ return undef;
sub sync_time_cron
{
my $err = &sync_time($config{'timeserver'}, $config{'timeserver_hardware'});
print STDERR $err;
print STDERR $err if ($err);
}
sub has_timezone