Skip to content

Commit 6e8d53a

Browse files
committedJan 7, 2012
Build log and run directories in the new wre
1 parent 98af4b7 commit 6e8d53a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎wre/sbin/wresetup.pl

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
{ force => 1 });
6363
$file->changeOwner($config->getWebguiRoot("/etc"));
6464

65+
say "Creating log and run directory";
66+
$file->makePath($config->getRoot("/var/logs"));
67+
$file->makePath($config->getRoot("/var/run"));
68+
6569
__END__
6670
6771
=head1 NAME

0 commit comments

Comments
 (0)
Please sign in to comment.