Merge pull request #5811 from JuPlutonic/extentOsLinux_tar.rb
Fix issue extracting tar files while root on Linux
This commit is contained in:
commit
c3c4b6e840
@ -38,7 +38,7 @@ module UnpackStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
system_command! "tar",
|
system_command! "tar",
|
||||||
args: ["xf", tar_path, "-C", unpack_dir],
|
args: ["xof", tar_path, "-C", unpack_dir],
|
||||||
verbose: verbose
|
verbose: verbose
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user