Commented out ray() function call in remoteProcess.php

This commit is contained in:
Andras Bacsai 2024-04-09 13:02:16 +02:00
parent 9ae3743a58
commit ff79a2d3f4

View File

@ -159,7 +159,7 @@ function generateSshCommand(Server $server, string $command)
. $command . PHP_EOL . $command . PHP_EOL
. $delimiter; . $delimiter;
// ray($ssh_command); // ray($ssh_command);
ray($delimiter); // ray($delimiter);
return $ssh_command; return $ssh_command;
} }
function instant_remote_process(Collection|array $command, Server $server, $throwError = true) function instant_remote_process(Collection|array $command, Server $server, $throwError = true)