From 2f8606e5e4e23bd10078443f92ecf89755eda4f5 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 5 Jan 2023 03:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E9=9B=86=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Cluster/Work.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/Cluster/Work.php b/app/Console/Commands/Cluster/Work.php index 2f07d28..aa254f7 100644 --- a/app/Console/Commands/Cluster/Work.php +++ b/app/Console/Commands/Cluster/Work.php @@ -69,6 +69,9 @@ public function handle(): int exec("chmod +x rr"); } + // 关闭 Octane + Artisan::call('octane:stop'); + Artisan::call('config:cache'); if (!config('settings.node.ip')) {