Skip to content

Commit

Permalink
Merge pull request #163 from murrant/analysis-DyrMwb
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
murrant authored Nov 4, 2024
2 parents 1ce2dd2 + 46e30c9 commit aed82f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
try {
\LibreNMS\Util\Mail::send(\LibreNMS\Config::get('alert.default_mail'), '[LibreNMS] Auto update has failed for ' . Config::get('distributed_poller_name'), "We just attempted to update your install but failed. The information below should help you fix this.\r\n\r\n" . $options['o'], false);
} catch (Exception $e) {
echo "Failed to send update failed email. " . $e->getMessage();
echo 'Failed to send update failed email. ' . $e->getMessage();
}
}
}
Expand Down

0 comments on commit aed82f4

Please sign in to comment.