diff --git a/app/Http/Livewire/RunCommand.php b/app/Http/Livewire/RunCommand.php index b61cc0374..76425e012 100755 --- a/app/Http/Livewire/RunCommand.php +++ b/app/Http/Livewire/RunCommand.php @@ -22,7 +22,6 @@ public function render() public function runCommand() { $this->isKeepAliveOn = true; - $this->activity = coolifyProcess($this->command, 'testing-host'); }