Skip to content

Commit

Permalink
Need to process the templated logrotate config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 11, 2012
1 parent 44e3705 commit 798f9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/sbin/wresetup.pl
Expand Up @@ -50,7 +50,7 @@
say "Setting up logrotate file";
$file->copy($config->getRoot("/var/setupfiles/wre.logrotate"),
$config->getRoot("/etc/wre.logrotate"),
{ force => 1 });
{ force => 1, processTemplate => 1, });

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

0 comments on commit 798f9fa

Please sign in to comment.