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