From dbe5fa16d370c287dd18a36a168713b0f9dfd486 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 22 Oct 2018 17:08:12 -0700 Subject: [PATCH] Updates from skytorrents. --- scripts/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index a8d5161..2318c89 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,7 +1,7 @@ # This fetches from several torrent websites for new updates -pushd ../new_torrents_fetcher +cd ../new_torrents_fetcher cargo run cat tmp_adds.csv >> ../torrents.csv #rm tmp_adds.csv -popd +cd ../scripts . prune.sh