From 3dcbc079a864f5785a86b1cff2e4c43c2ffb47e2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Aug 2013 19:13:01 +0100 Subject: [PATCH] Allow unzip to overwrite files --- cookbooks/tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2