mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-09 10:45:07 +00:00
Fixes initialization issue for deployments monitor
This commit is contained in:
parent
b8774e7273
commit
fe11a97458
@ -8,7 +8,7 @@ namespace BiblioTech
|
||||
{
|
||||
private readonly List<CodexDeployment> deployments = new List<CodexDeployment>();
|
||||
|
||||
public DeploymentsFilesMonitor()
|
||||
public void Initialize()
|
||||
{
|
||||
LoadDeployments();
|
||||
}
|
||||
|
@ -21,6 +21,8 @@ namespace BiblioTech
|
||||
var uniformArgs = new ArgsUniform<Configuration>(PrintHelp, args);
|
||||
Config = uniformArgs.Parse();
|
||||
|
||||
DeploymentFilesMonitor.Initialize();
|
||||
|
||||
EnsurePath(Config.DataPath);
|
||||
EnsurePath(Config.UserDataPath);
|
||||
EnsurePath(Config.EndpointsPath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user