We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5c041 commit 1f7078cCopy full SHA for 1f7078c
providers/ark.rb
@@ -153,7 +153,7 @@ def download_direct_from_oracle(tarball_name, new_resource)
153
end
154
when /^.*\.(tar.gz|tgz)/
155
cmd = shell_out(
156
- %Q[ tar xvzf "#{Chef::Config[:file_cache_path]}/#{tarball_name}" -C "#{Chef::Config[:file_cache_path]}" ]
+ %Q[ tar xvzf "#{Chef::Config[:file_cache_path]}/#{tarball_name}" -C "#{Chef::Config[:file_cache_path]}" --no-same-owner]
157
)
158
unless cmd.exitstatus == 0
159
Chef::Application.fatal!("Failed to extract file #{tarball_name}!")
0 commit comments