Skip to content

Commit e75a835

Browse files
committedJan 7, 2012
Preceeding spaces in commands.
1 parent 92369c1 commit e75a835

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
@@ -122,7 +122,7 @@ sub start {
122122
. " --access-log=" . $config->getRoot("var/logs/starman.log")
123123
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
124124
. " --workers=" . $config->get("starman/workers")
125-
. $config->get("webgui/root") . "/app.psgi & "
125+
. ' ' . $config->get("webgui/root") . "/app.psgi & "
126126
;
127127
system($cmd); # catch command line output
128128
while ($count++ < 10 && !$success) {

0 commit comments

Comments
 (0)