diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 93f2e37a..87376d8d 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -48,6 +48,7 @@ class Shutdown extends Component { clearstatcache(storage()); $output = shell_exec('[ -f /.dockerenv ] && echo yes || echo no'); + var_dump($output); if ($output === 'yes') { return; }