]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect CLI command name in the Windows wizard
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Nov 2014 15:06:50 +0000 (16:06 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Nov 2014 15:07:16 +0000 (16:07 +0100)
fixes #7725

agent/windows-setup-agent/SetupWizard.cs

index 8978ea1e211872b735753eb38e3bb55c39be7202..dd332febe0639d2a2fc0da22102f9f9b21360eba 100644 (file)
@@ -227,7 +227,7 @@ namespace Icinga
                        args += " --cn " + txtInstanceName.Text;
 
                        if (!RunProcess(Icinga2InstallDir + "\\sbin\\icinga2.exe",
-                               "agent setup" + args,
+                               "node setup" + args,
                                out output)) {
                                ShowErrorText(output);
                                return;