Skip to content

Commit

Permalink
Merge pull request #2710 from jeedom/alpha
Browse files Browse the repository at this point in the history
Stable 4.4.8 (2)
  • Loading branch information
zoic21 authored Jun 24, 2024
2 parents 56fa6b8 + 1fa6f11 commit 1c911fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/jeedom.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static function health() {
'comment' => '',
'key' => 'uptodate'
);
if (version_compare(self::getOsVersion(), '12', '<')) {
if (version_compare(system::getOsVersion(), '12', '<')) {
$status = shell_exec('systemctl status fail2ban.service');
$failed = stripos($status, 'failed') !== false;
$running = stripos($status, 'running') !== false;
Expand Down
1 change: 1 addition & 0 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- Amélioration du systeme de gestion du cache [LIEN](https://github.com/jeedom/core/pull/2706)
- Meilleurs gestion des droits utilisateurs sur les appels API [LIEN](https://github.com/jeedom/core/pull/2695)
- Correction de warning [LIEN](https://github.com/jeedom/core/pull/2701)
- Correction d'un soucis avec l'installation des dépendances python [LIEN](https://github.com/jeedom/core/pull/2700/files)

# 4.4.7

Expand Down

0 comments on commit 1c911fc

Please sign in to comment.