[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [metrics-cloud/master] a/check: Fix path to latest exit list
commit 378ef125dd435f7108879d9517801aa6dd50e196
Author: Iain R. Learmonth <irl@xxxxxxxx>
Date: Thu Mar 5 10:59:49 2020 +0000
a/check: Fix path to latest exit list
---
ansible/roles/check/files/cpexits.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansible/roles/check/files/cpexits.sh b/ansible/roles/check/files/cpexits.sh
index a8a2bf2..a184b10 100755
--- a/ansible/roles/check/files/cpexits.sh
+++ b/ansible/roles/check/files/cpexits.sh
@@ -6,7 +6,7 @@ DNSEL=/srv/tordnsel.torproject.org
NOW=$(date +"%Y-%m-%d-%H-%M-%S")
find $CHECK/data/exit-lists -type f -mtime +1 -delete
-cat $DNSEL/exit-addresses > $CHECK/data/exit-lists/$NOW
+cat $DNSEL/lists/latest > $CHECK/data/exit-lists/$NOW
find $CHECK/data/consensuses -type f -mtime +1 -delete
cp $TORDATA/cached-consensus $CHECK/data/consensuses/$NOW-consensus
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits