More testing of VyOS support

This commit is contained in:
Paul Gear
2014-11-22 18:11:56 +10:00
parent f254bc465f
commit e60245b4f2
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
if (!$os || $os == "vyatta") {
if (preg_match("/^Vyatta VyOS/", $sysDescr) || preg_match("/^VyOS/", $sysDescr)) {
$sysDescr = "VyOS";
$os = "vyos";
}
}