Skip to content

Commit

Permalink
Correct path to wre.psgi.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 9, 2012
1 parent bcf2e21 commit 2b952b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/Starman.pm
Expand Up @@ -123,7 +123,7 @@ sub start {
. " --error-log=" . $config->getRoot("var/logs/starman_error.log") . " --error-log=" . $config->getRoot("var/logs/starman_error.log")
. " --workers=" . $config->get("starman/workers") . " --workers=" . $config->get("starman/workers")
. " --user=" . $config->get("user") . " --user=" . $config->get("user")
. ' ' . $config->getRoot("wre.psgi") . " & " . ' ' . $config->getRoot("sbin/wre.psgi") . " & "
; ;
system($cmd); # catch command line output system($cmd); # catch command line output
while ($count++ < 10 && !$success) { while ($count++ < 10 && !$success) {
Expand Down

0 comments on commit 2b952b7

Please sign in to comment.