commit 378ef125dd435f7108879d9517801aa6dd50e196 Author: Iain R. Learmonth irl@fsfe.org 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@lists.torproject.org