mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
fixed OS variable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'Samsung CLX')) {
|
||||
$os = 'samsungprinterOS';
|
||||
$os = 'samsungprinter';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user