mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Bash syntax fix
This commit is contained in:
parent
aecfd49e84
commit
8dfe860133
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ TAR_OPTIONS=(
|
|||
--ignore-failed-read
|
||||
"--xattrs-include=*.*"
|
||||
--numeric-owner
|
||||
--checkpoint=.500
|
||||
"--checkpoint=.500"
|
||||
"--use-compress-prog=${COMP_OPTIONS[*]}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue