mirror of https://github.com/Icinga/icinga2.git
parent
d1b6256923
commit
e4656d9b25
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue