Skip to content

Commit

Permalink
Add missing directory in the Windows setup wizard
Browse files Browse the repository at this point in the history
fixes #7995
  • Loading branch information
gunnarbeutner committed Feb 10, 2015
1 parent b0f7a29 commit b1b6c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/windows-setup-agent/SetupWizard.cs
Expand Up @@ -292,6 +292,7 @@ private void AgentWizard_Shown(object sender, EventArgs e)
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\agent\\inventory");
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\api\\config");
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\api\\log");
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\api\\zones");
Directory.CreateDirectory(installDir + "\\var\\log\\icinga2\\compat\\archive");
Directory.CreateDirectory(installDir + "\\var\\run\\icinga2\\cmd");
Directory.CreateDirectory(installDir + "\\var\\spool\\icinga2\\perfdata");
Expand Down

0 comments on commit b1b6c10

Please sign in to comment.