X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/176e9c051a33ba43da462dfd22ab2a2560f0d514..3dcbc079a864f5785a86b1cff2e4c43c2ffb47e2:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index cd88e91ce..453c19a71 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -169,7 +169,7 @@ node[:tile][:data].each do |name,data| execute file do action :nothing - command "unzip -qq #{file} -d #{directory}" + command "unzip -qq -o #{file} -d #{directory}" user "tile" group "tile" end