mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 06:54:46 +02:00
Update app/Models/Node.php
This commit is contained in:
parent
95a8f72058
commit
b5145b016b
@ -308,6 +308,7 @@ class Node extends Model
|
||||
if ($message->startsWith('cURL error 6: Could not resolve host')) {
|
||||
$message = str('Could not resolve host');
|
||||
}
|
||||
|
||||
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