Fix incorrect CLI command name in the Windows wizard

fixes #7725
This commit is contained in:
Gunnar Beutner 2014-11-18 16:06:50 +01:00
parent d1b6256923
commit e4656d9b25
1 changed files with 1 additions and 1 deletions

View 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;