Skip to content

Commit

Permalink
Release 1.10.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Apr 27, 2024
1 parent c44ab77 commit 3d3760e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CSharp-OpenBMCLAPI/Modules/Cluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ protected async Task<int> AsyncRun()
{
int returns = 0;

// await GetConfiguration();
await GetConfiguration();
// 检查文件
//await CheckFiles();
await CheckFiles();
Logger.Instance.LogInfo();
//Connect();
Connect();

//await RequestCertification();
await RequestCertification();

//LoadAndConvertCert();
LoadAndConvertCert();

Logger.Instance.LogInfo($"{nameof(AsyncRun)} 正在等待证书请求……");

Expand All @@ -139,7 +139,7 @@ protected async Task<int> AsyncRun()

InitializeService();

//await Enable();
await Enable();

Logger.Instance.LogSystem($"工作进程 {guid} 在 <{ClusterRequiredData.Config.HOST}:{ClusterRequiredData.Config.PORT}> 提供服务");

Expand Down

0 comments on commit 3d3760e

Please sign in to comment.