send notification of autoupdate
This commit is contained in:
		@@ -42,10 +42,12 @@ class UpdateCoolify
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
                $this->update();
 | 
					                $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);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        } catch (\Exception $e) {
 | 
					        } catch (\Exception $th) {
 | 
				
			||||||
            ray('InstanceAutoUpdateJob failed');
 | 
					            ray('InstanceAutoUpdateJob failed');
 | 
				
			||||||
            ray($e->getMessage());
 | 
					            ray($th->getMessage());
 | 
				
			||||||
 | 
					            send_internal_notification('InstanceAutoUpdateJob failed: ' . $th->getMessage());
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user