From a90c8196393cbfca8115f0de3a7489be54a629ef Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 31 Oct 2020 17:05:21 +0900 Subject: [PATCH] Overwrite `loki`. --- cookbooks/loki/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/loki/install.rb b/cookbooks/loki/install.rb index b950d01..289fcee 100644 --- a/cookbooks/loki/install.rb +++ b/cookbooks/loki/install.rb @@ -40,7 +40,7 @@ if result.exit_status != 0 mode '755' end - execute "unzip -d #{node['loki']['storage']} #{TMP}" + execute "unzip -d #{node['loki']['storage']} -o #{TMP}" # Change Owner and Permissions: file "#{node['loki']['storage']}loki-linux-amd64" do