We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0884406 + da902ce commit 18c36fbCopy full SHA for 18c36fb
1 file changed
src/ProcessManagerBundle/Process/Pimcore.php
@@ -26,8 +26,6 @@ function run(ExecutableInterface $executable, array $params = null) {
26
$settings = $executable->getSettings();
27
$command = $settings['command'];
28
29
- $command = PIMCORE_PROJECT_ROOT . "/bin/console " . $command;
30
-
31
- return Console::runPhpScriptInBackground($command);
+ return Console::runPhpScriptInBackground(PIMCORE_PROJECT_ROOT . "/bin/console", $command);
32
}
33
0 commit comments