Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
torflow
Commits
6e9fed92
Commit
6e9fed92
authored
Nov 04, 2014
by
aagbsn
Browse files
Fixes
#13645
, removal of bwauthority.cfg causes bwauth to fail
Thanks to micah for catching and patching this bug :-)
parent
07820997
Changes
1
Hide whitespace changes
Inline
Side-by-side
NetworkScanners/BwAuthority/run_scan.sh
View file @
6e9fed92
...
...
@@ -33,7 +33,7 @@ sleep 5
# FIXME: We resume in a ghetto way by saving the bws-*done* files.
# A more accurate resume could be implemented in bwauthority.py
find data/scanner.
*
-name
.svn
-prune
-o
-type
f
-a
!
-name
'*-done-*'
-exec
rm
{}
+
find data/scanner.
*
-name
.svn
-prune
-o
-type
f
-a
!
-name
'*-done-*'
-a
!
-name
bwauthority.cfg
-exec
rm
{}
+
rm
-f
./data/tor/tor.log
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment