Testing with stip-components
This commit is contained in:
parent
892fb35926
commit
da2c3262ed
1 changed files with 1 additions and 1 deletions
2
ly.sh
2
ly.sh
|
@ -159,7 +159,7 @@
|
|||
|
||||
[[ ! -d "$zig" ]] && mkdir -p "$zig"
|
||||
|
||||
if run --err err --out out tar -xJf $tarfile -C "$zig"; then
|
||||
if run --err err --out out tar --strip-components=1 -xJf $tarfile -C "$zig"; then
|
||||
upclear
|
||||
check bold green "Archive extracted!"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue