Merge pull request #674 from jesusbagpuss/patch-1

Missing return when skipping log file checks
This commit is contained in:
Jean-Marie Renouard 2023-06-12 19:01:42 +02:00 committed by GitHub
commit e5c1ec6c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1431,6 +1431,7 @@ sub get_log_file_real_path {
sub log_file_recommendations {
if ( is_remote eq 1 ) {
infoprint "Skipping error log files checks on remote host";
return;
}
my $fh;
$myvar{'log_error'} = $opt{'server-log'}