From 55c3c7031ab8d7a816ffcd40376c97d27255ecff Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Wed, 22 Oct 2025 13:28:18 -0400 Subject: [PATCH] Fix: CPU pinning crashing if 3rd party container present --- emhttp/plugins/dynamix/include/UpdateOne.php | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/include/UpdateOne.php b/emhttp/plugins/dynamix/include/UpdateOne.php index 8d0a4ec8e..ca133d980 100644 --- a/emhttp/plugins/dynamix/include/UpdateOne.php +++ b/emhttp/plugins/dynamix/include/UpdateOne.php @@ -68,6 +68,7 @@ switch ($data['id']) { foreach ($map as $name => $cpuset) { /* set full path of template file */ $file = $DockerTemplates->getUserTemplate($name); + if ( ! is_file($file) ) continue; $xml = simplexml_load_file($file); if ($xml->CPUset) { /* update node */