From d330095e33c7bf55c3c7865b632837178bbc896c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 31 Jul 2018 22:39:26 +0100 Subject: [PATCH 1/1] Remove cleanup code that is no longer needed --- cookbooks/tilecache/recipes/default.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 5c1cdba3c..250edef48 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -136,7 +136,3 @@ tilerenders.each do |render| conf_variables :host => render[:fqdn] end end - -Dir.glob("/var/log/nginx/access.log*") do |log| - File.unlink(log) -end -- 2.43.2