[or-cvs] r20542: {torflow} Clear out scan data for this run only as file formats have c (torflow/branches/stable/NetworkScanners/BwAuthority)
mikeperry at seul.org
mikeperry at seul.org
Sun Sep 13 05:12:50 UTC 2009
Author: mikeperry
Date: 2009-09-13 01:12:49 -0400 (Sun, 13 Sep 2009)
New Revision: 20542
Modified:
torflow/branches/stable/NetworkScanners/BwAuthority/run_scan.sh
Log:
Clear out scan data for this run only as file formats
have changed.
Modified: torflow/branches/stable/NetworkScanners/BwAuthority/run_scan.sh
===================================================================
--- torflow/branches/stable/NetworkScanners/BwAuthority/run_scan.sh 2009-09-13 05:10:20 UTC (rev 20541)
+++ torflow/branches/stable/NetworkScanners/BwAuthority/run_scan.sh 2009-09-13 05:12:49 UTC (rev 20542)
@@ -26,8 +26,8 @@
# A more accurate resume could be implemented in bwauthority.py
for i in data/scanner.*
do
- find $i/scan-data/ -depth -type f -print | egrep -v -- "-done-|\/.svn" | xargs -P 1024 rm
- #rm $i/scan-data/*
+ #find $i/scan-data/ -depth -type f -print | egrep -v -- "-done-|\/.svn" | xargs -P 1024 rm
+ rm $i/scan-data/*
done
$TOR_EXE -f ./data/scanner.1/torrc &
More information about the tor-commits
mailing list