From 8de996a3688defa850a5428e8f5e6b758837cc91 Mon Sep 17 00:00:00 2001 From: Joao Patricio Date: Mon, 20 Mar 2023 14:42:28 +0000 Subject: [PATCH] Have Sail and SSU. Runs a command on a remote host. --- app/Http/Livewire/RunCommand.php | 1 - 1 file changed, 1 deletion(-) 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'); }