Skip to content

Commit 256adc3

Browse files
committedJan 1, 2012
Update wreconsole to create the wre.logrotate file
1 parent 2ae6991 commit 256adc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎wre/sbin/wreconsole.pl

+3
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,9 @@ sub www_setup {
13261326
$file->copy($config->getRoot("/var/setupfiles/awstats.template"),
13271327
$config->getRoot("/var/awstats.template"),
13281328
{ force => 1 });
1329+
$file->copy($config->getRoot("/var/setupfiles/wre.logrotate"),
1330+
$config->getRoot("/var/wre.logrotate"),
1331+
{ force => 1 });
13291332
print $socket "</blockquote>$crlf";
13301333

13311334
# configuring webgui

0 commit comments

Comments
 (0)
Please sign in to comment.