Skip to content

Commit

Permalink
Update wreconsole to create the wre.logrotate file
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 1, 2012
1 parent 2ae6991 commit 256adc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wre/sbin/wreconsole.pl
Expand Up @@ -1326,6 +1326,9 @@ sub www_setup {
$file->copy($config->getRoot("/var/setupfiles/awstats.template"),
$config->getRoot("/var/awstats.template"),
{ force => 1 });
$file->copy($config->getRoot("/var/setupfiles/wre.logrotate"),
$config->getRoot("/var/wre.logrotate"),
{ force => 1 });
print $socket "</blockquote>$crlf";

# configuring webgui
Expand Down

0 comments on commit 256adc3

Please sign in to comment.