Merge branch 'overwrite-loki' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2020-10-31 17:06:38 +09:00 committed by Gitea
commit 7ae5394e76
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