Skip to content

Commit 98af4b7

Browse files
committedJan 7, 2012
Fix a command line arg typo for starman.
1 parent f89aeb0 commit 98af4b7

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
@@ -112,7 +112,7 @@ sub start {
112112
croak "You are not an administrator on this machine so you cannot start services with ports 1-1024.";
113113
}
114114
my $cmd = "";
115-
#start_server --pid-file=/data/wre/var/run/starman.pid --port=8081 --status=/data/wre/var/run/starman.status starman --preload=/data/WebGUI/app.psgi
115+
#start_server --pid-file=/data/wre/var/run/starman.pid --port=8081 --status=/data/wre/var/run/starman.status starman --preload-app=/data/WebGUI/app.psgi
116116
$cmd = $config->getRoot("/prereqs/bin/start_server")
117117
. " --pid=" . $config->getRoot("var/run/starman.pid")
118118
. " --status=" . $config->getRoot("var/run/starman.status")

0 commit comments

Comments
 (0)
Please sign in to comment.