mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed broken plugin return code
This commit is contained in:
parent
99825a4a57
commit
069ab8e4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue