This commit is contained in:
2025-03-30 13:27:43 +00:00
parent 2daab6a458
commit 4a22d113c3
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

3
readme.md Normal file
View File

@@ -0,0 +1,3 @@
# STUFF
MAKE SURE TO INSTALL sshpass on the server this is running on