This commit is contained in:
2021-08-06 11:00:31 +08:00
parent 1dcace00ef
commit 86d6f5a346
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ class ServerManager extends Abstracts\Server
return;
}
exec('kill -15 ' . $pid, $execResult);
exec('kill ' . $pid, $execResult);
while ($this->portIsAready($port)) {
usleep(100);
}