mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -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;
|
$InstallerArguments = $Result.Args;
|
||||||
$Result = Set-IcingaWizardArgument -DirectorArgs $DirectorArgs -WizardArg 'SelfServiceAPIKey' -Value $SelfServiceAPIKey -InstallerArguments $InstallerArguments -Default $null;
|
$Result = Set-IcingaWizardArgument -DirectorArgs $DirectorArgs -WizardArg 'SelfServiceAPIKey' -Value $SelfServiceAPIKey -InstallerArguments $InstallerArguments -Default $null;
|
||||||
if ([string]::IsNullOrEmpty($Result.Value) -eq $FALSE) {
|
if ([string]::IsNullOrEmpty($Result.Value) -eq $FALSE) {
|
||||||
Write-Host 'Setting self service arg'
|
|
||||||
$SelfServiceAPIKey = $Result.Value;
|
$SelfServiceAPIKey = $Result.Value;
|
||||||
$InstallerArguments = $Result.Args;
|
$InstallerArguments = $Result.Args;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue