Skip to content

Commit

Permalink
fix(worker configuration): remove realpath determination from executa…
Browse files Browse the repository at this point in the history
…ble path
  • Loading branch information
Phobetor committed Jan 6, 2016
1 parent 4bde08d commit 0b4ded1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Services/RabbitMqSupervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ private function generateWorkerConfigurations($names, $command)
else {
$executablePath = sprintf('%s/%s', getcwd(), $_SERVER["SCRIPT_FILENAME"]);
}
$executablePath = realpath($executablePath);

foreach ($names as $name) {
$this->generateWorkerConfiguration(
Expand Down

0 comments on commit 0b4ded1

Please sign in to comment.