This commit is contained in:
Andras Bacsai
2023-12-08 00:16:22 +01:00
parent a6e76dfabc
commit 82f3d54bc3
9 changed files with 64 additions and 49 deletions

View File

@@ -61,7 +61,6 @@ function remote_process(
// }
function savePrivateKeyToFs(Server $server)
{
ray(data_get($server, 'privateKey.private_key'));
if (data_get($server, 'privateKey.private_key') === null) {
throw new \Exception("Server {$server->name} does not have a private key");
}