File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
CSharp-OpenBMCLAPI/Modules Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments