[or-cvs] [torflow/master] Fix cron.sh to copy exactly the file we want.

mikeperry at torproject.org mikeperry at torproject.org
Mon Aug 16 20:34:37 UTC 2010


Author: Mike Perry <mikeperry-git at fscked.org>
Date: Mon, 16 Aug 2010 13:33:29 -0700
Subject: Fix cron.sh to copy exactly the file we want.
Commit: a2335001b619cee9bb90736db3d9dc551c493c5c

Shouldn't matter unless bwscan was a subdirectory of tor.scans, instead of a
file.
---
 NetworkScanners/BwAuthority/cron.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/NetworkScanners/BwAuthority/cron.sh b/NetworkScanners/BwAuthority/cron.sh
index 0659712..c3cd5f6 100755
--- a/NetworkScanners/BwAuthority/cron.sh
+++ b/NetworkScanners/BwAuthority/cron.sh
@@ -12,5 +12,5 @@ $SCANNER_DIR/aggregate.py $SCANNER_DIR/data $OUTPUT
 if [ $? = 0 ]
 then
  cp $OUTPUT $TOR_DEST
- #scp $OUTPUT bwscan at torauthority.org:/var/lib/tor.scans/bwscan > /dev/null
+ #scp $TOR_DEST bwscan at torauthority.org:/var/lib/tor.scans/bwscan > /dev/null
 fi
-- 
1.7.1



More information about the tor-commits mailing list