fix
This commit is contained in:
parent
c44319251a
commit
97231bb477
@ -19,6 +19,8 @@ public function checkConnection()
|
||||
$uptime = instant_remote_process(['uptime'], $this->server);
|
||||
if ($uptime) {
|
||||
Toaster::success('Server is reachable with this private key.');
|
||||
$this->server->settings->is_reachable = true;
|
||||
$this->server->settings->is_usable = true;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
$this->server->settings->is_reachable = false;
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return '4.0.0-beta.9';
|
||||
return '4.0.0-beta.10';
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": "3.12.32"
|
||||
},
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.9"
|
||||
"version": "4.0.0-beta.10"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user