Overwrite `loki`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-31 17:05:21 +09:00
parent 00cd4e09a8
commit a90c819639
1 changed files with 1 additions and 1 deletions

View File

@ -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