From d6720f0e1e9c0efc875a7fd3a1a84be8c89a8b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 14:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Shutdown.php | 1 + 1 file changed, 1 insertion(+) 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; }