Skip to content

Commit 93a2ea2

Browse files
committedDec 15, 2011
Add a run directory to var to hold PID files for starman and nginx
1 parent f2a525e commit 93a2ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎wre/sbin/wreconsole.pl

+1
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ sub www_setup {
11901190
print $socket $crlf;
11911191
print $socket "<h1>Configuring Your WRE Server</h1>$crlf";
11921192
$file->makePath($config->getRoot("/var/logs"));
1193+
$file->makePath($config->getRoot("/var/run"));
11931194

11941195
# config file
11951196
print $socket "<p>Updating WRE config.</p><blockquote>$crlf";

0 commit comments

Comments
 (0)