mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
More testing of VyOS support
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
if (!$os || $os == "vyatta") {
|
||||
if (preg_match("/^Vyatta VyOS/", $sysDescr) || preg_match("/^VyOS/", $sysDescr)) {
|
||||
$sysDescr = "VyOS";
|
||||
$os = "vyos";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user