mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-06-11 01:40:21 -04:00
parent
cfd28f30e2
commit
3e86748dd0
1 changed files with 4 additions and 0 deletions
|
|
@ -424,6 +424,10 @@ function Start-IcingaAgentInstallWizard()
|
|||
} else {
|
||||
$InstallerArguments += "-InstallFrameworkPlugins 0";
|
||||
}
|
||||
} elseif ($InstallFrameworkPlugins -eq 1) {
|
||||
$result = Install-IcingaFrameworkPlugins -PluginsUrl $PluginsUrl;
|
||||
$InstallerArguments += "-InstallFrameworkPlugins 1";
|
||||
$InstallerArguments += "-PluginsUrl '$PluginsUrl'";
|
||||
}
|
||||
|
||||
if ($null -eq $InstallFrameworkService) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue