Fix s5cmd options
This commit is contained in:
parent
01dae58670
commit
3e5829918a
@ -460,7 +460,6 @@ s5cmd_sync() {
|
|||||||
sync "${sync_options:-}" \
|
sync "${sync_options:-}" \
|
||||||
--no-follow-symlinks \
|
--no-follow-symlinks \
|
||||||
--delete \
|
--delete \
|
||||||
"$options" \
|
|
||||||
"'${bucket:?}'" "'${repo:?}'"
|
"'${bucket:?}'" "'${repo:?}'"
|
||||||
RT=${PIPESTATUS[0]}
|
RT=${PIPESTATUS[0]}
|
||||||
if (( RT == 0 )); then
|
if (( RT == 0 )); then
|
||||||
|
Loading…
Reference in New Issue
Block a user