Update CPUset.php

This commit is contained in:
Squidly271
2018-09-08 16:01:07 -04:00
committed by GitHub
parent 472dc21df7
commit fd78d15592
+2
View File
@@ -91,6 +91,8 @@ case 'is':
$syslinux = file('/boot/syslinux/syslinux.cfg',FILE_IGNORE_NEW_LINES+FILE_SKIP_EMPTY_LINES);
$size = count($syslinux);
$menu = $i = 0;
$isolcpus = $isol = "";
// find the default section
while ($i < $size) {
if (scan($syslinux[$i],'label ')) {