fix: update Coolify script
This commit is contained in:
parent
f7fca69a23
commit
4ea8916d53
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public function handle(bool $force)
|
|||
try {
|
||||
$settings = InstanceSettings::get();
|
||||
ray('Running InstanceAutoUpdateJob');
|
||||
$this->server = Server::find(0)->first();
|
||||
$this->server = Server::find(0);
|
||||
if (!$this->server) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue