diff --git a/app/Livewire/Server/Proxy/Deploy.php b/app/Livewire/Server/Proxy/Deploy.php index f823ff3d4..4a7e4124e 100644 --- a/app/Livewire/Server/Proxy/Deploy.php +++ b/app/Livewire/Server/Proxy/Deploy.php @@ -65,7 +65,6 @@ class Deploy extends Component public function restart() { try { - $this->stop(); $this->dispatch('checkProxy'); } catch (\Throwable $e) { return handleError($e, $this);