Skip to content

Commit

Permalink
11 short is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Jan 3, 2025
1 parent 19d16e4 commit 4821736
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(), '11.0', '>=')),
'state' => (system::getDistrib() != 'debian' || version_compare(system::getOsVersion(), '11', '>=')),
'result' => system::getDistrib() . ' ' . system::getOsVersion(),
'comment' => '',
'key' => 'os::version'
Expand Down

0 comments on commit 4821736

Please sign in to comment.