mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 11:18:40 +02:00
Update app/Models/Node.php
This commit is contained in:
parent
a8356fc5d2
commit
19548338ee
@ -307,7 +307,9 @@ class Node extends Model
|
||||
|
||||
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
||||
$message = str('Could not resolve host');
|
||||
} elseif ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||
}
|
||||
|
||||
if ($message->startsWith('cURL error 28: Failed to connect to ')) {
|
||||
$message = $message->after('cURL error 28: ')->before(' after ');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user