This commit is contained in:
Andras Bacsai 2023-08-24 21:04:17 +02:00
parent 01b40b26f5
commit 90dba34ecc

View File

@ -39,7 +39,7 @@ public function __invoke(bool $force)
}
$this->update();
}
send_internal_notification('InstanceAutoUpdateJob done on: ' . $this->server->ip . "(fqdn:{$this->server->fqdn})" . ' to version: ' . $this->latest_version . ' from version: ' . $this->current_version);
send_internal_notification('InstanceAutoUpdateJob done to version: ' . $this->latest_version . ' from version: ' . $this->current_version);
} catch (\Exception $th) {
ray('InstanceAutoUpdateJob failed');
ray($th->getMessage());