Fixed broken plugin return code

This commit is contained in:
Lord Hepipud 2019-07-19 20:01:15 +02:00
parent 99825a4a57
commit 069ab8e4f8

View file

@ -18,7 +18,7 @@ function New-IcingaCheckresult()
}
# Compile the check / package if not already done
$this.check.Compile();
$this.check.Compile() | Out-Null;
Write-Host ([string]::Format('| {0}', $this.check.GetPerfData()));