Fix s5cmd options

This commit is contained in:
GRMrGecko 2023-11-22 17:22:06 -06:00
parent 01dae58670
commit 3e5829918a

View File

@ -460,7 +460,6 @@ s5cmd_sync() {
sync "${sync_options:-}" \
--no-follow-symlinks \
--delete \
"$options" \
"'${bucket:?}'" "'${repo:?}'"
RT=${PIPESTATUS[0]}
if (( RT == 0 )); then