From 3e5829918a452de25f72b74a693462a7e9a69422 Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Wed, 22 Nov 2023 17:22:06 -0600 Subject: [PATCH] Fix s5cmd options --- mirror-sync.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mirror-sync.sh b/mirror-sync.sh index 1a390d9..7d4d597 100644 --- a/mirror-sync.sh +++ b/mirror-sync.sh @@ -460,7 +460,6 @@ s5cmd_sync() { sync "${sync_options:-}" \ --no-follow-symlinks \ --delete \ - "$options" \ "'${bucket:?}'" "'${repo:?}'" RT=${PIPESTATUS[0]} if (( RT == 0 )); then