改进 集群

This commit is contained in:
iVampireSP.com 2023-01-05 03:49:35 +08:00
parent 478251788f
commit 2f8606e5e4
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -69,6 +69,9 @@ public function handle(): int
exec("chmod +x rr"); exec("chmod +x rr");
} }
// 关闭 Octane
Artisan::call('octane:stop');
Artisan::call('config:cache'); Artisan::call('config:cache');
if (!config('settings.node.ip')) { if (!config('settings.node.ip')) {