modify
This commit is contained in:
@@ -37,6 +37,11 @@ class Shutdown extends Component
|
|||||||
public function shutdown(): void
|
public function shutdown(): void
|
||||||
{
|
{
|
||||||
clearstatcache(storage());
|
clearstatcache(storage());
|
||||||
|
exec('ls -alh /.dockerenv', $output, $cod);
|
||||||
|
if ($cod !== 0 && empty($output)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$master_pid = Server()->setting['pid_file'] ?? PID_PATH;
|
$master_pid = Server()->setting['pid_file'] ?? PID_PATH;
|
||||||
if (file_exists($master_pid)) {
|
if (file_exists($master_pid)) {
|
||||||
$this->close($master_pid);
|
$this->close($master_pid);
|
||||||
|
|||||||
Reference in New Issue
Block a user