Remove unused patch file

refs #9119
This commit is contained in:
Michael Friedrich 2016-11-24 17:17:33 +01:00
parent aa32effd9b
commit 841412c618
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
diff a/agent/windows-setup-agent/SetupWizard.cs b/agent/windows-setup-agent/SetupWizard.cs (rejected hunks)
@@ -243,14 +246,13 @@ namespace Icinga
}
if (!RunProcess(Program.Icinga2InstallDir + "\\sbin\\icinga2.exe",
- "--scm-install daemon",
+ "--scm-install --scm-user \"" + txtUser.Text + "\" daemon",
out output)) {
ShowErrorText(output);
return;
}
- if (chkInstallNSCP.Checked)
- {
+ if (chkInstallNSCP.Checked) {
SetConfigureStatus(85, "Waiting for NSClient++ installation to complete...");
Process proc = new Process();