mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -05:00
Update CPUset.php
This commit is contained in:
@@ -91,7 +91,7 @@ case 'is':
|
||||
$syslinux = file('/boot/syslinux/syslinux.cfg',FILE_IGNORE_NEW_LINES+FILE_SKIP_EMPTY_LINES);
|
||||
$size = count($syslinux);
|
||||
$menu = $i = 0;
|
||||
$isolcpus = $isol = "";
|
||||
$isol = "";
|
||||
// find the default section
|
||||
while ($i < $size) {
|
||||
if (scan($syslinux[$i],'label ')) {
|
||||
|
||||
Reference in New Issue
Block a user