mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-12 18:38:56 -05:00
Don't make gen2extract verbose by default, since a user can add -v themselves
This commit is contained in:
parent
35538d605f
commit
b2a7748c0d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ case "$archiveExt" in
|
|||
esac
|
||||
|
||||
tarOptions=(
|
||||
"-xv"
|
||||
"-x"
|
||||
"--xattrs-include=*.*"
|
||||
"--numeric-owner"
|
||||
"--use-compress-prog=${compressOptions[*]}"
|
||||
|
|
Loading…
Reference in a new issue