mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
修复NF启动超时bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user