diff --git a/src/Core/System.php b/src/Core/System.php index 321fb3d6fb..d411802945 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -216,6 +216,7 @@ class System } else { $resource = proc_open($cmdline . ' &', [], $foo, $this->basePath); } + if (!is_resource($resource)) { $this->logger->warning('We got no resource for command.', ['command' => $cmdline]); return;