[or-cvs] r20003: {torflow} Make the killing more kosher. (torflow/trunk/NetworkScanners/BwAuthority)

mikeperry at seul.org mikeperry at seul.org
Tue Jul 14 06:13:17 UTC 2009


Author: mikeperry
Date: 2009-07-14 02:13:16 -0400 (Tue, 14 Jul 2009)
New Revision: 20003

Modified:
   torflow/trunk/NetworkScanners/BwAuthority/run_scan.sh
Log:

Make the killing more kosher.



Modified: torflow/trunk/NetworkScanners/BwAuthority/run_scan.sh
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/run_scan.sh	2009-07-14 05:56:30 UTC (rev 20002)
+++ torflow/trunk/NetworkScanners/BwAuthority/run_scan.sh	2009-07-14 06:13:16 UTC (rev 20003)
@@ -11,7 +11,8 @@
 
 # NOTE: You may want to remove this line if these are not the only
 # tors run by this user:
-killall tor && killall bwauthority.py && sleep 5 && killall -9 tor
+killall bwauthority.py
+killall tor && sleep 5 && killall -9 tor
 
 for i in data/scanner.*
 do



More information about the tor-commits mailing list