mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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