Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Preceeding spaces in commands.
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent 92369c1 commit e75a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/Starman.pm
Expand Up @@ -122,7 +122,7 @@ sub start {
. " --access-log=" . $config->getRoot("var/logs/starman.log")
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
. " --workers=" . $config->get("starman/workers")
. $config->get("webgui/root") . "/app.psgi & "
. ' ' . $config->get("webgui/root") . "/app.psgi & "
;
system($cmd); # catch command line output
while ($count++ < 10 && !$success) {
Expand Down

0 comments on commit e75a835

Please sign in to comment.