Missing return when skipping log file checks
Related to #661 - message is OK - and other changes to skip checks work as intended, but without a return here, it will look for local log files.
This commit is contained in:
parent
7cbcb91ef6
commit
9a0fb10d66
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue