From 4a22d113c32271784588b3bc41412e0409f99ee1 Mon Sep 17 00:00:00 2001 From: "Harry (hjbdev)" Date: Sun, 30 Mar 2025 13:27:43 +0000 Subject: [PATCH] output --- app/Jobs/Servers/WaitForServerToConnect.php | 1 + readme.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 readme.md diff --git a/app/Jobs/Servers/WaitForServerToConnect.php b/app/Jobs/Servers/WaitForServerToConnect.php index 231895e..5439916 100644 --- a/app/Jobs/Servers/WaitForServerToConnect.php +++ b/app/Jobs/Servers/WaitForServerToConnect.php @@ -33,6 +33,7 @@ class WaitForServerToConnect implements ShouldQueue, ShouldBeEncrypted if (! $process->isSuccessful()) { logger('server not reachable'); + logger($process->getOutput()); logger($process->getErrorOutput()); $this->release(15); return; diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c351d28 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# STUFF + +MAKE SURE TO INSTALL sshpass on the server this is running on \ No newline at end of file