Commented out ray() function call in remoteProcess.php
This commit is contained in:
parent
9ae3743a58
commit
ff79a2d3f4
@ -159,7 +159,7 @@ function generateSshCommand(Server $server, string $command)
|
||||
. $command . PHP_EOL
|
||||
. $delimiter;
|
||||
// ray($ssh_command);
|
||||
ray($delimiter);
|
||||
// ray($delimiter);
|
||||
return $ssh_command;
|
||||
}
|
||||
function instant_remote_process(Collection|array $command, Server $server, $throwError = true)
|
||||
|
Loading…
Reference in New Issue
Block a user