Skip to content

Commit 328a26d

Browse files
committedJun 29, 2012
Finish Koen's work of having PID files in var/run instead of var/logs
1 parent 2f66510 commit 328a26d

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
@@ -1192,6 +1192,7 @@ sub www_setup {
11921192
print $socket $crlf;
11931193
print $socket "<h1>Configuring Your WRE Server</h1>$crlf";
11941194
$file->makePath($config->getRoot("/var/logs"));
1195+
$file->makePath($config->getRoot("/var/run"));
11951196

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

0 commit comments

Comments
 (0)
Please sign in to comment.