Skip to content

Commit 3d3760e

Browse files
committed
Release 1.10.4-1
1 parent c44ab77 commit 3d3760e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CSharp-OpenBMCLAPI/Modules/Cluster.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ protected async Task<int> AsyncRun()
115115
{
116116
int returns = 0;
117117

118-
// await GetConfiguration();
118+
await GetConfiguration();
119119
// 检查文件
120-
//await CheckFiles();
120+
await CheckFiles();
121121
Logger.Instance.LogInfo();
122-
//Connect();
122+
Connect();
123123

124-
//await RequestCertification();
124+
await RequestCertification();
125125

126-
//LoadAndConvertCert();
126+
LoadAndConvertCert();
127127

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

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

140140
InitializeService();
141141

142-
//await Enable();
142+
await Enable();
143143

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

0 commit comments

Comments
 (0)