Skip to content

Commit 798f9fa

Browse files
committedJan 11, 2012
Need to process the templated logrotate config file.
1 parent 44e3705 commit 798f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/sbin/wresetup.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
say "Setting up logrotate file";
5151
$file->copy($config->getRoot("/var/setupfiles/wre.logrotate"),
5252
$config->getRoot("/etc/wre.logrotate"),
53-
{ force => 1 });
53+
{ force => 1, processTemplate => 1, });
5454

5555
say "Setting up Spectre config";
5656
$file->copy($config->getWebguiRoot("/etc/spectre.conf.original"), $config->getWebguiRoot("/etc/spectre.conf"),

0 commit comments

Comments
 (0)
Please sign in to comment.