修复NF启动超时bug

This commit is contained in:
Amazing_DM
2020-03-13 14:50:16 +08:00
parent d1d58cc39c
commit f36ff457b4

View File

@@ -205,7 +205,7 @@ namespace Netch.Controllers
{
State = Models.State.Stopped;
}
else if (e.Data.Contains("Redirect to"))
else if (e.Data.Contains("Started") || e.Data.Contains("Redirect to"))
{
State = Models.State.Started;
}