Have Sail and SSU. Runs a command on a remote host.

This commit is contained in:
Joao Patricio 2023-03-20 14:42:28 +00:00
parent 232e907363
commit 8de996a368

View File

@ -22,7 +22,6 @@ public function render()
public function runCommand()
{
$this->isKeepAliveOn = true;
$this->activity = coolifyProcess($this->command, 'testing-host');
}