We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd28f3 commit 3e86748Copy full SHA for 3e86748
lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1
@@ -424,6 +424,10 @@ function Start-IcingaAgentInstallWizard()
424
} else {
425
$InstallerArguments += "-InstallFrameworkPlugins 0";
426
}
427
+ } elseif ($InstallFrameworkPlugins -eq 1) {
428
+ $result = Install-IcingaFrameworkPlugins -PluginsUrl $PluginsUrl;
429
+ $InstallerArguments += "-InstallFrameworkPlugins 1";
430
+ $InstallerArguments += "-PluginsUrl '$PluginsUrl'";
431
432
433
if ($null -eq $InstallFrameworkService) {
0 commit comments