mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed code styling
This commit is contained in:
parent
25dc0031b0
commit
411cfec4d4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function Enable-IcingaAgentFeature()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$Binary = Get-IcingaAGentBinary;
|
$Binary = Get-IcingaAgentBinary;
|
||||||
$Process = Start-IcingaProcess -Executable $Binary -Arguments ([string]::Format('feature enable {0}', $Feature));
|
$Process = Start-IcingaProcess -Executable $Binary -Arguments ([string]::Format('feature enable {0}', $Feature));
|
||||||
|
|
||||||
if ($Process.ExitCode -ne 0) {
|
if ($Process.ExitCode -ne 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue