summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron-jobs/make_repo_torrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index 8ef7933..a059ee8 100755
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -40,7 +40,7 @@ for pkgfile in "$FTP_BASE"/pool/*/*${PKGEXTS}; do
# Create the .torrent
mktorrent \
--announce="${TRACKERS[*]}" \
- --web-seed="${WEBSEEDS[*]/%/"/${pkgfile#"${FTP_BASE}/"}"}" \
+ --web-seed="${WEBSEEDS[*]/%/"${pkgfile#"${FTP_BASE}"}"}" \
-- "${pkgfile}" >/dev/null
fi
done