Skip to content

Commit fd4f183

Browse files
committedJan 7, 2012
More command line fixes for starman
1 parent f1cfb4f commit fd4f183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎wre/lib/WRE/Starman.pm

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ sub start {
117117
. " --pid=" . $config->getRoot("var/run/starman.pid")
118118
. " --status=" . $config->getRoot("var/run/starman.status")
119119
. " --port=" . $config->get("starman/port")
120-
. " starman" #Beginning of the starman specific configurations
120+
. " --" #Beginning of the starman specific configurations
121+
. " starman"
121122
. " --preload-app"
122123
. " --access-log=" . $config->getRoot("var/logs/starman.log")
123124
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")

0 commit comments

Comments
 (0)
Please sign in to comment.