mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Remove unnecessary debug statement in Server.php
This commit is contained in:
@@ -403,7 +403,6 @@ class Server extends BaseModel
|
|||||||
// EC2 does not have `uptime` command, lol
|
// EC2 does not have `uptime` command, lol
|
||||||
|
|
||||||
$uptime = instant_remote_process(['ls /'], $server, false);
|
$uptime = instant_remote_process(['ls /'], $server, false);
|
||||||
ray($uptime);
|
|
||||||
if (!$uptime) {
|
if (!$uptime) {
|
||||||
$server->settings()->update([
|
$server->settings()->update([
|
||||||
'is_reachable' => false,
|
'is_reachable' => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user