mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Removes not required console output
This commit is contained in:
parent
67e2f55802
commit
6cb7bd4414
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ function Start-IcingaAgentInstallWizard()
|
|||
$InstallerArguments = $Result.Args;
|
||||
$Result = Set-IcingaWizardArgument -DirectorArgs $DirectorArgs -WizardArg 'SelfServiceAPIKey' -Value $SelfServiceAPIKey -InstallerArguments $InstallerArguments -Default $null;
|
||||
if ([string]::IsNullOrEmpty($Result.Value) -eq $FALSE) {
|
||||
Write-Host 'Setting self service arg'
|
||||
$SelfServiceAPIKey = $Result.Value;
|
||||
$InstallerArguments = $Result.Args;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue