Skip to content

Commit

Permalink
修正文字错误
Browse files Browse the repository at this point in the history
  • Loading branch information
andywu188 committed May 26, 2024
1 parent d0e8edf commit dbcd51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewLife.Agent/CommandHandler/Install.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public override void Process(String[] args)
if (list.Count > 0) arg += " " + list.Join(" ");
}

Service.Host.Install(Service.ServiceName, Service.DisplayName, exe, arg, Description);
Service.Host.Install(Service.ServiceName, Service.DisplayName, exe, arg, Service.Description);

// 稍微等一下,以便后续状态刷新
Thread.Sleep(500);
Expand Down

0 comments on commit dbcd51a

Please sign in to comment.