Skip to content

Commit 2b952b7

Browse files
committedFeb 9, 2012
Correct path to wre.psgi.
1 parent bcf2e21 commit 2b952b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/lib/WRE/Starman.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ sub start {
123123
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
124124
. " --workers=" . $config->get("starman/workers")
125125
. " --user=" . $config->get("user")
126-
. ' ' . $config->getRoot("wre.psgi") . " & "
126+
. ' ' . $config->getRoot("sbin/wre.psgi") . " & "
127127
;
128128
system($cmd); # catch command line output
129129
while ($count++ < 10 && !$success) {

0 commit comments

Comments
 (0)
Please sign in to comment.