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
6c852c8e
Commit
6c852c8e
authored
Jul 13, 2012
by
Peter Palfrader
Committed by
aagbsn
Oct 13, 2014
Browse files
Load config from local.cfg file if it exists
parent
144d438a
Changes
2
Hide whitespace changes
Inline
Side-by-side
NetworkScanners/BwAuthority/.gitignore
0 → 100644
View file @
6c852c8e
local.cfg
NetworkScanners/BwAuthority/run_scan.sh
View file @
6c852c8e
...
...
@@ -8,6 +8,8 @@ SCANNER_COUNT=4
TOR_EXE
=
../../../tor.git/src/or/tor
PYTHONPATH
=
../../../SQLAlchemy-0.7.3/lib:../../../Elixir-0.7.1/
!
[
-e
local.cfg
]
||
.
local.cfg
for
n
in
`
seq
$SCANNER_COUNT
`
;
do
PIDFILE
=
./data/scanner.
${
n
}
/bwauthority.pid
if
[
-f
$PIDFILE
]
;
then
...
...
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