Start selected servers at the same time

dhcp-server
Pat Hartl 2023-09-01 00:29:48 -05:00
parent 688979f283
commit 5a93cca6ef
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
if (status == ServerProcessStatus.Stopped || status == ServerProcessStatus.Error)
{
await ServerProcessService.StartServerAsync(server);
ServerProcessService.StartServerAsync(server);
}
}
catch { }