Removes not required console output

This commit is contained in:
Lord Hepipud 2019-11-05 10:02:07 +01:00
parent 67e2f55802
commit 6cb7bd4414

View file

@ -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;
}