mirror of https://github.com/Icinga/icinga2.git
parent
58678df1d7
commit
c2be28ee55
|
@ -251,6 +251,7 @@ namespace Icinga
|
|||
FatalError("Icinga 2 does not seem to be installed properly.");
|
||||
|
||||
/* TODO: This is something the NSIS installer should do */
|
||||
Directory.CreateDirectory(installDir + "\\etc\\icinga2\\pki");
|
||||
Directory.CreateDirectory(installDir + "\\var\\cache\\icinga2");
|
||||
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\pki");
|
||||
Directory.CreateDirectory(installDir + "\\var\\lib\\icinga2\\agent\\inventory");
|
||||
|
|
Loading…
Reference in New Issue