mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed spelling mistake
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
//sysDescr.0 = STRING: Powercode BMU
|
||||
|
||||
if (!$os) {
|
||||
if (stristr($sysDescr, "Powercode MBU")) {
|
||||
if (stristr($sysDescr, "Powercode BMU")) {
|
||||
$os = "powercode";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user