diff --git a/includes/discovery/os/powercode.inc.php b/includes/discovery/os/powercode.inc.php index f4b70c720..36f022e03 100644 --- a/includes/discovery/os/powercode.inc.php +++ b/includes/discovery/os/powercode.inc.php @@ -15,7 +15,7 @@ //sysDescr.0 = STRING: Powercode BMU if (!$os) { - if (stristr($sysDescr, "Powercode MBU")) { + if (stristr($sysDescr, "Powercode BMU")) { $os = "powercode"; } }