Skip to content

Commit

Permalink
Finish Koen's work of having PID files in var/run instead of var/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jun 29, 2012
1 parent 2f66510 commit 328a26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wre/sbin/wreconsole.pl
Expand Up @@ -1192,6 +1192,7 @@ sub www_setup {
print $socket $crlf;
print $socket "<h1>Configuring Your WRE Server</h1>$crlf";
$file->makePath($config->getRoot("/var/logs"));
$file->makePath($config->getRoot("/var/run"));

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

0 comments on commit 328a26d

Please sign in to comment.