Skip to content

Commit

Permalink
Merge pull request #3007 from NebzHB/patch-7
Browse files Browse the repository at this point in the history
Display debian 10 in red already in stable. will reduce community's requests
  • Loading branch information
Salvialf authored Jan 3, 2025
2 parents 2466bd2 + 4821736 commit a309bd7
Showing 1 changed file with 1 addition 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 @@ -263,7 +263,7 @@ public static function health() {

$return[] = array(
'name' => __('Version OS', __FILE__),
'state' => (system::getDistrib() != 'debian' || version_compare(system::getOsVersion(), '10', '>=')),
'state' => (system::getDistrib() != 'debian' || version_compare(system::getOsVersion(), '11', '>=')),
'result' => system::getDistrib() . ' ' . system::getOsVersion(),
'comment' => '',
'key' => 'os::version'
Expand Down

0 comments on commit a309bd7

Please sign in to comment.