Commit a8da60f3 authored by Danielle Tomlinson's avatar Danielle Tomlinson

untar

parent 35bdee0a
......@@ -209,7 +209,7 @@ begin
tarballs.each do |tarball|
basename = File.basename(tarball)
Dir.chdir(File.dirname(tarball)) do
sh "rm -rf #{basename[0..-8]} && tar zxf #{basename}"
sh "rm -rf #{basename[0..-8]} && tar -zxf #{basename} --owner $(whoami) --group $(whoami) --no-same-owner"
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment