This commit is contained in:
2021-03-29 10:54:40 +08:00
parent e0c71e3ae5
commit 499dfb5920
+1 -1
View File
@@ -127,8 +127,8 @@ class Shutdown extends Component
*/
public function close(string $value)
{
var_dump($value);
$content = file_get_contents($value);
var_dump($value, $content);
while ($this->pidIsExists($content)) {
// exec('kill -15 ' . $content);