]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Core/System.php
authorPhilipp <admin+Github@philipp.info>
Mon, 1 Nov 2021 06:53:26 +0000 (07:53 +0100)
committerPhilipp <admin@philipp.info>
Fri, 5 Nov 2021 19:52:32 +0000 (20:52 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Core/System.php

index 321fb3d6fb7de2de3f26d3580adfffc52f8515ec..d411802945de23d175fdb46defd9a40166a5650a 100644 (file)
@@ -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;