Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build log and run directories in the new wre
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent 98af4b7 commit 6e8d53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wre/sbin/wresetup.pl
Expand Up @@ -62,6 +62,10 @@
{ force => 1 });
$file->changeOwner($config->getWebguiRoot("/etc"));

say "Creating log and run directory";
$file->makePath($config->getRoot("/var/logs"));
$file->makePath($config->getRoot("/var/run"));

__END__
=head1 NAME
Expand Down

0 comments on commit 6e8d53a

Please sign in to comment.